-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
24 lines (24 loc) · 947 Bytes
/
Copy pathregistry.json
File metadata and controls
24 lines (24 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "oneko",
"homepage": "https://oneko.dhrv.pw",
"items": [
{
"name": "oneko",
"type": "registry:component",
"title": "Oneko",
"description": "Cursor-following pixel cat for React (client-only). Based on the oneko.js idea; mounts on document.body with optional bubbles, sounds, and tweakable motion.",
"author": "dhrv <https://oneko.dhrv.pw>",
"categories": ["visualization", "misc"],
"dependencies": [],
"registryDependencies": [],
"files": [
{
"path": "components/oneko.tsx",
"type": "registry:component"
}
],
"docs": "Render from a client-only entry point, or lazy-load it after mount in SSR-enabled apps. Optional: add sound files under `public/cat-sounds/` if you want full audio; the sprite sheet loads from the upstream oneko.js GIF URL by default."
}
]
}