Vite

Install and configure behsseui for Vite.

Create project

Run init command to create create a new Vite project with behsseui

CLI

pnpm dlx behsseui@latest init --vite

Or in existing Vite project

CLI

pnpm dlx behsseui@latest init

Add 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