@sireto/design-system
v0.0.3
Published
Sireto Design System Components
Maintainers
Readme
Sireto
A CLI for adding sireto design system components to your project.
Usage
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, adds the cn util, configures tailwind.config.js, and CSS variables for the project.
npx sireto initadd
Use the add command to add components to your project.
The add command adds a component to your project and installs all required dependencies.
npx sireto add [component]Example
npx sireto add buttonStorybooks
Visit https://design-system.sireto.dev/storybook to view the storybook.
