App requirements
Before you begin, make sure your project meets these requirements:
Automatic installation
Initialize shadcn CLI
Start by setting up the shadcn CLI in your project:
npm
pnpm
yarn
bun
Configure your registry
Choose or create a style, see styles to get started, then update your components.json
file to use the selected style.
Init your style
npm
pnpm
yarn
bun
Add components
You can now add components to your project.
npm
pnpm
yarn
bun
To add all the components at once, you can use the @dotui/all
.
npm
pnpm
yarn
bun
Last updated on 8/18/2025
On this page