Registry
Run your own bext-ui registry.
A registry is a collection of components you can serve from your own URL. Teams use registries to distribute an internal design system with the same bext ui add workflow.
Run your own
A registry is just static JSON served over HTTP. Point the CLI at it:
$ bext ui add https://ui.acme.com/r/button.json
Registry item
{
"name": "button",
"type": "registry:ui",
"dependencies": [],
"files": [
{ "path": "ui/button.tsx", "type": "registry:ui" }
]
}
On This Page