personal registry
Add components from this registry using the shadcn CLI:
npx shadcn@latest add "https://Railly.github.io/ui/r/{component-name}.json"Or configure as a namespace in your components.json:
{
"registries": {
"railly-ui": {
"url": "https://Railly.github.io/ui/r"
}
}
}Then install components by name:
npx shadcn@latest add railly-ui/{component-name}Build the registry locally:
npx shadcn@latest registry:buildBuilt files will be output to public/r/.
This registry auto-deploys to GitHub Pages on every push to main.
Registry URL: https://Railly.github.io/ui
Built with Elements Studio