cenoura-ui
v0.0.3
Published
cenoura-ui is a CLI-based UI component library that allows you to easily add pre-built components to your project.
Downloads
2
Readme
cenoura-ui
cenoura-ui is a CLI-based UI component library that allows you to easily add pre-built components to your project.
Installation
First, install the package:
npm install cenoura-ui
Add Components
You can add components to your project using the following command:
npx cenoura-ui [component]
Example
For example, to add a button component:
npx cenoura-ui add button
Tailwind CSS Configuration
This library requires Tailwind CSS to be set up in your project. Make sure Tailwind CSS is installed and configured in your project for the components to work properly.