A reusable UI component library focused on visual consistency, accessibility, and scalable interaction design. Documented in Storybook and built for production use across multiple applications.
Replace componentname in the above command to quickly generate a new component and all starter files for said component.
After the component has been generated, add it to components/index.ts.
export { default as componentname } from './componentname'
This will ensure it is included with the final library package.
First, run:
In the project directory, you can run:
Runs the component documentation in storybook.
Open http://localhost:6006 to view it in your browser.
The page will reload when you make changes.
Launches the test runner in the interactive watch mode.
See the section about running tests
for more information.
Builds out the storybook app into storybook-static.