Installation
Point the shadcn CLI at the Aqua registry and start adding.
Aqua works in any project already set up with shadcn/ui. Register the namespace in your components.json:
{
"registries": {
"@aqua": "https://aqua.duca.dev/r/{name}.json"
}
}Then install components under the @aqua namespace:
npx shadcn@latest add @aqua/button @aqua/tabsStart with the theme to bring the full palette and typography into your project:
npx shadcn@latest add @aqua/theme