React component library
- Clone the repo
- Run
yarn
to install dependencies - Run
yarn storybook
to launch Storybook - Create components in
/src
and stories in/stories
- Run
yarn build
to build the library
- Run
yarn dev
inside/example/vite-app
to launch the example app
- Firefox doesn't support the
:has()
pseudo-class yet (https://caniuse.com/css-has) so some hover and focus styles are applied differently in that browser.