radici-ui
v0.0.4
Published
Radici-UI is a CLI-based UI component library that allows you to easily add pre-built components to your project.
Readme
Radici-UI
Radici-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 radici-uiAdd Components
You can add components to your project using the following command:
npx radici-ui [component]Example
For example, to add a button component:
npx radici-ui add buttonTailwind 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.
