Installation / Setup Registry
Follows the steps below to configure @hirayalabui registry for your project
1. Add Hirayalabui registry in components.json file.
components.json
"registries": {
"@hirayalab-ui": "https://ui.hirayalab.co.in/r/{name}.json"
}2. Then use the following command to add components:
pnpm dlx shadcn@latest add @hirayalab-ui/[component-name]