0.1.0 • Published 2 years ago

coruscant-design-system v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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