Component Registry
Every entry below is a real, shadcn-compatible registry item. Install via the shadcn CLI or fetch the JSON directly into Cursor or Claude Code — same endpoint, both workflows.
npx shadcn@latest add https://www.designsystems.one/r/buttonDrops the button component into your project and resolves dependencies.
curl https://www.designsystems.one/rReturns the registry index — every available item with description and dependencies.
curl https://www.designsystems.one/r/button | jqReturns the registry item JSON with files, dependencies, and inline source.
The cn() helper — clsx + tailwind-merge — used by every other component.
npm: clsx, tailwind-merge
Polished shadcn-style button with active:scale press feedback and a property-list transition (tokens, transforms, shadow).
npm: @radix-ui/react-slot, class-variance-authority · registry: utils
Standard accessible input with focus-visible ring and disabled states.
registry: utils
Composable card primitive with Header / Title / Content / Footer subcomponents.
registry: utils