A starter kit for building sharable React UI libraries
yarn build
Build bundled packages
yarn test:watch
Run tests in development
yarn test
Run tests on CI platforms
yarn storybook
Run storybook locally
yarn storybook:export
Build a static instance of storybook to deploy somewhere
yarn figma:tokens
Grab tokens from our Figma Design System
yarn figma:icons
Grab icons from our Figma Design System and use them in our <icon>
component
- New components need to be added to
index.ts
manually as a safeguard from accidentally bundling unfinished code - Theme file follows the Theme UI Spec