# Clone & modify: @bklit

Open-source composable chart components for React — line, area, bar, pie, radar, maps, and more. Built with Visx, Motion, and shadcn/ui.

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

## 2. Install into a shadcn project
```sh
npx shadcn@latest add https://ui.bklit.com/r/registry.json
```
...or a single component:
```sh
npx shadcn@latest add https://ui.bklit.com/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/bklit/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://ui.bklit.com
- GitHub:   https://github.com/bklit/bklit-ui
