Manual Installation
Add dependencies to your project manually.
Add Tailwind CSS
Components are styled using Tailwind CSS. You need to install Tailwind CSS in your project.
Follow the Tailwind CSS installation instructions to get started.
Configure path aliases
Configure the path aliases in your tsconfig.json
file.
The @
alias is a preference. You can use other aliases if you want.
Configure styles
Add the following to your styles/globals.css file. You can learn more about using CSS variables for theming in the theming section.
Add a cn helper
Create a components.json
file
Create a components.json
file in the root of your project.
That's it
You can now start adding components to your project.