Manual
Learn how to install and integrate Better UI Library in your project.
Install and configure your project
Add dependencies to your project manually.
If your project doesn’t have Tailwind CSS, install it, otherwise skip this step.
Configure Tailwind CSS
Install Tailwind CSS
Initialize Tailwind CSS
Configure Tailwind CSS tailwind.config.ts
Add the Tailwind directives to your CSS app/globals.css
Start the development server
Start using Tailwind CSS page.tsx
If your project doesn’t have Framer motion, install it, otherwise skip this step.