Before you begin, make sure your project meets these requirements:
Start by setting up the shadcn CLI in your project:
npx shadcn@latest init --no-base-styleChoose or create a style, see styles to get started, then update your components.json file to use the selected style.
{
"style": "minimalist", // or "mehdibha/minimalist"
"registries": {
"@dotui": "https://dotui.org/r/{style}/{name}"
}
}npx shadcn@latest add @dotui/baseYou can now add components to your project.
npx shadcn@latest add @dotui/buttonTo add all the components at once, you can use the @dotui/all.
npx shadcn@latest add @dotui/allLast updated on 1/13/2026
Bringing singularity to the web.
Built with passion by @mehdibha.