coruscant-design-system
v0.1.0
Published
A Tailwind React component library for Coruscant
Downloads
2
Readme
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 storybook
to open storybook and develop components
Local development for other projects
- Run
yarn link
in this repo to register your local copy as yarn local linkable package - Run
yarn link "coruscant-design-system"
in the projects, like BO-next