https://github.com/mblode/canvas
https://github.com/mblode/canvas
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/canvas
- Owner: mblode
- Created: 2026-05-29T11:05:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-02T22:17:15.000Z (about 2 months ago)
- Last Synced: 2026-06-03T00:12:40.707Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://canvas.blode.co
- Size: 2.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
Canvas kit
An infinite-canvas shadcn registry — pan, zoom, drag and folder cards, no canvas engine
## Installation
Register the `@canvas` registry once, then add items by name:
```bash
npx shadcn@latest registry add @canvas=https://canvas.blode.co/r/{name}.json
```
Install everything at once with the all-in-one canvas board:
```bash
npx shadcn@latest add @canvas/canvas-board
```
Or add individual items as you need them:
```bash
npx shadcn@latest add @canvas/canvas @canvas/folder-card @canvas/canvas-card @canvas/document-overlay
```
> Prefer not to register the namespace? The full URL still works for one-off
> installs, e.g. `npx shadcn@latest add https://canvas.blode.co/r/canvas-board.json`.
## Documentation
[canvas.blode.co/docs](https://canvas.blode.co/docs)
## License
[MIT](https://github.com/mblode/canvas/blob/main/LICENSE.md)