Quick start
Requirements
React 16+
Installation
npm i @circleco/headless-ui-kit
Usage
After installing the package, you need to set up two things:
add our CSS file to your app.
add
CircleProvider
before using our components.
Documentation
We use Storybook as our source of truth. All pieces of code you see there are perfect examples of how to use our components.
Last updated