# Clone & modify: @scrollxui

ScrollX UI is an open-source React and shadcn-compatible component library for animated, interactive, and customizable user interfaces. It offers motion-driven components that blend seamlessly with modern ShadCN setups.

> 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/scrollxui/index.json
- One component:      https://sh4dcn.vercel.app/clone/scrollxui/items/<component>.json
- This library's row: https://sh4dcn.vercel.app/clone/manifest.json  (slug "scrollxui")
- 145 of 180 components mirrored here.

## 2. Install into a shadcn project
```sh
npx shadcn@latest add https://www.scrollxui.dev/registry/registry.json
```
...or a single component:
```sh
npx shadcn@latest add https://www.scrollxui.dev/registry/<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/scrollxui/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.scrollxui.dev
- GitHub:   https://github.com/Adityakishore0/ScrollX-UI
