Next.js
Learn how to install and integrate Better UI Library in a Next.js project.
Install and configure Next.js
Create a new Next.js project
On installation, select the following options:
After the prompts, create-next-app will create a folder with your project name and install the required dependencies.
Start the development server
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.