aqua

The classic Apple interface, rebuilt for shadcn/ui. Radix underneath, gloss on top. Your components, your code.

100% open code. mac os x 10.3 or higher.

setup

Point your components.json at the registry, then add anything under the @aqua namespace.

{
  "registries": {
    "@aqua": "https://aqua.duca.dev/r/{name}.json"
  }
}

Button

The glossy gel pill. Blue for primary, capsule for everything else, red when things get serious.

installnpx shadcn@latest add @aqua/button

Tabs

A gel segmented control seated on the top edge of a pinstripe pane, the way NSTabView drew it.

Every component ships as open code into your project. Change anything, own everything.

installnpx shadcn@latest add @aqua/tabs

Tooltip

The Dock label: a dark translucent capsule that floats above its trigger.

installnpx shadcn@latest add @aqua/tooltip