# Clone & modify: @cubby-ui

An opinionated component library with curated styling and simplified patterns for common use cases. Built on Base UI and Tailwind CSS 4.

> Generated from the sh4dcn directory JSON. Source tier: **clone** (verbatim).

## 1. Read the cloned source — no upstream fetch
- Registry listing:  https://sh4dcn.vercel.app/clone/cubby-ui/index.json
- One component:      https://sh4dcn.vercel.app/clone/cubby-ui/items/<component>.json
- This library's row: https://sh4dcn.vercel.app/clone/manifest.json  (slug "cubby-ui")
- 79 of 79 components mirrored here.

## 2. Install into a shadcn project
```sh
npx shadcn@latest add https://www.cubby-ui.dev/r/registry.json
```
...or a single component:
```sh
npx shadcn@latest add https://www.cubby-ui.dev/r/<component>.json
```

## 3. Make a modified copy (the "copies" tier)
Copy the item JSON you want to change, edit it, and place it under:
```
/copies/cubby-ui/items/<component>.json
```
A copy takes precedence over its clone everywhere on sh4dcn; the clone stays
pristine. Record it in /copies/manifest.json (scripts/build-copies.mjs picks up
files on disk automatically).

## Links
- Homepage: https://www.cubby-ui.dev
- GitHub:   https://github.com/joncoronel/cubby-ui
