Create project
Start the cli and create an application that uses CSS as default styling. Since Tailwind is the core of the project, we do not recommend using other pre-processors.
Start the cli and create an application that uses CSS as default styling. Since Tailwind is the core of the project, we do not recommend using other pre-processors.
Components are styled using Tailwind CSS. You need to install Tailwind CSS in your project. Follow the Tailwind CSS installation instructions to get started.
Add the following dependencies to your project:
Configure the path aliases in your tsconfig.json file.
Add the following to your styles.css file. You can learn more about using CSS variables for theming in the theming section.
Create a folder called lib inside your app folder
Create a components.json file in the root of your project.
You can now start adding components to your project.
Start the cli and create an application that uses CSS as default styling. Since Tailwind is the core of the project, we do not recommend using other pre-processors.
prepare your entire project using the zard/ui cli:
You can now start adding components to your project. Open the components page and select what component you want to install