Installation Manual
Manual
Add tailwindcss
Configure Tailwind CSS: Setup Tailwind CSS
Configure path aliases
Add the baseUrl
and paths
properties to the compilerOptions
section of the tsconfig.json
file:
Setup
Run the init
command to setup uilabs in your project:
You can use the -d
flag for defaults i.e yes
, Tailwind
, @/components
, yes
and yes
.
Configuration
You will be asked a few questions to configure uilabs.config.json
:
Add components
You can now start adding components to your project.
The command above will add the component to your project in the directory you specified during the initialization.