Skip to content

Repository files navigation

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.

Creating a Component

npx generate-react-cli component componentname

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.

Available Scripts

First, run:

npm install

In the project directory, you can run:

npm run dev

Runs the component documentation in storybook.
Open http://localhost:6006 to view it in your browser.

The page will reload when you make changes.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build-storybook

Builds out the storybook app into storybook-static.

About

React Component Library

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages