Manual Installation
Add dependencies to your project manually.
1
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.2
Add dependencies
Add the following dependencies to your project:
3
Configure path aliases
Configure the path aliases in your tsconfig.json file.
1
2
3
4
5
6
7
8
The @ alias is a preference. You can use other aliases if you want.
4
Configure styles
Add the following to your styles/globals.css file.