Next.js

Install and configure Next.js.

1

Create Project

Run the init command to create a new Next.js project or to setup an existing one:

2

Configure components.json

You will be asked a few questions to configure components.json:

1
2
3
4
5
6
7
8
9
3

Add Component

You can now start adding components to your project.

The command above will add the Button component to your project. You can then import it like this:

1
2
3
4
5
6
7
8
9
10
11