Next.js
Install and configure behsseui for Next.js.
Create project
Run init command to create create a new Next.js project with behsseui
CLI
pnpm dlx behsseui@latest init --nextOr in existing Next.js project
CLI
pnpm dlx behsseui@latest initAdd components
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:
CLI
pnpm dlx behsseui@latest add Button