@voyantjs/ui
v0.106.1
Published
Shared UI primitives for Voyant admin surfaces: the shadcn-style component set (`./components/*`), hooks, `cn`/utility helpers, and the base stylesheets (`./styles.css`, `./globals.css`) consumed by the `*-ui` domain packages and host templates.
Downloads
22,537
Readme
@voyantjs/ui
Shared UI primitives for Voyant admin surfaces: the shadcn-style component set (./components/*), hooks, cn/utility helpers, and the base stylesheets (./styles.css, ./globals.css) consumed by the *-ui domain packages and host templates.
pnpm add @voyantjs/uiComponents are consumed as ordinary versioned package imports:
import { Button } from "@voyantjs/ui/components/button"The former shadcn registry (fork-and-own source under
registry/plus the hosted registry worker) was removed with the packaged-admin work — seedocs/architecture/packaged-admin-rfc.md§5. Domain UI ships from the*-uipackages as versioned dependencies.
License
Apache-2.0
