A shadcn/ui-compatible registry of reusable components, blocks, and utilities conforming to Vercel's components.build specification.
To install components from the ABUI registry, you can use the following remote registries config in your components.json file:
{
"registries": {
"@abui": "https://abui.io/r/{name}.json"
}
}You can then add items using the following command:
npx shadcn@latest add @abui/spinnerClone the repository, then install the dependencies and run the development server.
pnpm install
pnpm devThe development server will be available at http://localhost:3003.