Guide

View Examples
1. Initialization

Bootstrap the project with the shadcn-svelte CLI.

Run
bun x shadcn-svelte@1.1.1 init
and select neutral for color.
Change registry to
https://neo-retro.zurat.dev/r
2. Global Setup

Configure your components.json file.

{
	"$schema": "https://neo-retro.zurat.dev/registry.json",
	"tailwind": {
		"css": "src/routes/layout.css",
		"baseColor": "neutral"
	},
	"aliases": {
		"components": "$lib/components",
		"utils": "$lib/utils",
		"ui": "$lib/components/ui",
		"hooks": "$lib/hooks",
		"lib": "$lib"
	},
	"typescript": true,
	"registry": "https://neo-retro.zurat.dev/r"
}
3. Execution

Adding components from the neo-retro registry.

Pull components into your project
bun x shadcn-svelte@1.1.1 add