Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Railly/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Railly UI

personal registry

Usage

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}

Development

Build the registry locally:

npx shadcn@latest registry:build

Built files will be output to public/r/.

Deployment

This registry auto-deploys to GitHub Pages on every push to main.

Registry URL: https://Railly.github.io/ui


Built with Elements Studio

About

personal registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published