@booga/vregistry
v0.1.1
Published
Component catalog for vUi primitives and vBlocks sections. Queryable JSON registry, npm + CDN dual distribution, CLI scaffold support.
Readme
vRegistry
Component catalog for vUi primitives and vBlocks sections. Queryable JSON registry, frozen at build time. npm + CDN dual distribution. vCli and external tools consume it to scaffold from component name.
Install
npm install @booga/vregistryUse
import { registry, findById, findByCategory } from "@booga/vregistry";
findById("hero-split"); // RegistryEntry | undefined
findByCategory("block"); // RegistryEntry[]
registry.entries; // readonly, sorted by idCDN
https://cdn.jsdelivr.net/npm/@booga/[email protected]/dist/registry.jsonCLI
vregistry build # rescan vUi + vBlocks, emit dist/registry.jsonCode of conduct
License
MIT © 2026 bvasilenko
