@wsui/base
v1.12.2
Published
React component library
Downloads
109
Keywords
Readme
Whitespace UI
React component library
Development
- Clone the repo
- Run
yarn
to install dependencies - Run
yarn storybook
to launch Storybook - Create components in
/src
and stories in/stories
Publishing
- Run
yarn build
to build the library
Example app
- Run
yarn dev
inside/example/vite-app
to launch the example app
Caveats
- 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.