@glinui/registry
v0.1.1
Published
Component metadata registry for Glin UI. Used internally by the CLI and docs site to resolve component dependencies, file paths, and install commands.
Downloads
31
Maintainers
Readme
@glinui/registry
Component metadata registry for Glin UI. Used internally by the CLI and docs site to resolve component dependencies, file paths, and install commands.
Install
npm install @glinui/registryUsage
import { baseRegistry, getRegistryItem } from "@glinui/registry"
const button = getRegistryItem("button")
// { name: "button", type: "primitive", dependencies: [...], ... }
console.log(baseRegistry.length) // 76 componentsDocumentation
License
MIT
