@wsui/base
v1.12.8
Published
React component library
Downloads
550
Keywords
Readme
Whitespace UI
React component library
Development
- Clone the repo
- Run
yarnto install dependencies - Run
yarn storybookto launch Storybook - Create components in
/srcand stories in/stories
Publishing
- Run
yarn buildto build the library
Example app
- Run
yarn devinside/example/vite-appto 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.
