Usage
Install the source
NAIK is a shadcn registry, not an npm package. The CLI copies files into your repo. You own them after that.
1. Point components.json at NAIK
{
"registries": {
"@naik": "https://components.ishannaik.com/r/{name}.json"
}
}2. Add a part
npx shadcn@latest add @naik/adaptive-dialog npx shadcn@latest add https://components.ishannaik.com/r/tilt-card.json
3. Tokens
Components read these CSS variables. Dark is the default (asphalt). Light is paper under a sodium lamp — not cream-and-sage.
--bg: #13110e; --bg-2: #1b1814; --fg: #efe6d6; --fg-dim: #a89a86; --line: #2e2a23; --accent: #e08a2c; --water: #2f8a8a;
Index
https://components.ishannaik.com/registry.json · 66 items