Set up and configure Next.js
Run the init
(with default options) command to create a new Next.js project or set up an existing one:
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
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...