1. Docs
  2. Next.js

Next.js

Set up and configure Next.js

Create project

Run the init (with default options) command to create a new Next.js project or set up an existing one:

Setup for PaceUI

Note: It will add useful dependencies, extra variables, and a default theme to your Tailwind config and CSS file. You can explore more customization options in theme

That's it

You’re ready to start adding components to your project

The command above will add the Button component to your project. You can then import it using the following syntax:

Loading...