Vite
Learn how to install and integrate Better UI Library in a Vite project.
Install and configure Vite
Create a new Vite Project
Install dependencies
Start the development server
If your project doesn’t have Tailwind CSS, install it, otherwise skip this step.
Install and Configure Tailwind CSS
Install Tailwind CSS
Initialize Tailwind CSS
Configure Tailwind CSS
Add the Tailwind directives to your CSS src/index.css
Start the development server
Start using Tailwind CSS
If your project doesn’t have Framer motion, install it, otherwise skip this step.