0.1.0 • Published 3 years ago
coruscant-design-system v0.1.0
coruscant-design-system
A Tailwind React component library for Coruscant
Commands
- Bundle React components and CSS
yarn build - Watch for changes and build in real time
yarn watch
Usage
- Import CSS file in your project root
import "coruscant-design-system/dist/tailwind.css"; - Import components
import { Button } from "coruscant-design-system";
Storybook for component development
- Run
yarn storybookto open storybook and develop components
Local development for other projects
- Run
yarn linkin this repo to register your local copy as yarn local linkable package - Run
yarn link "coruscant-design-system"in the projects, like BO-next
0.1.0
3 years ago