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.
Add the following dependencies to your project:
add these lines inside your compilerOptions on the tsconfig.json
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 core inside your app folder
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 Tailwind 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