@tailng-ui/registry
v1.1.0
Published
Copy-source registry definitions and install metadata for TailNG ownable components.
Readme
@tailng-ui/registry
Copy-source registry definitions and install metadata for TailNG ownable components.
@tailng-ui/registry is the single source of truth for TailNG ownable install metadata.
Use it when you need the same registry surface that powers:
tailng listtailng add <component>- docs
Ownable Installpages
Installation
pnpm
pnpm add @tailng-ui/registryyarn
yarn add @tailng-ui/registrynpm
npm install @tailng-ui/registryPeer dependencies:
tslib^2.3.0
What the package provides
- canonical registry item names
- generated file metadata for each ownable item
- explicit install/import metadata for generated source
- lookup helpers for CLI and docs integration
Programmatic usage
import { getRegistryItem, listRegistryItemNames } from '@tailng-ui/registry';
const names = listRegistryItemNames();
const button = getRegistryItem('button');Current registry items
The current package version exposes registry items for:
accordion,autocomplete,avatar,badge,bottom-sheet,breadcrumbbutton,button-toggle,card,checkbox,chips,code-blockcollapsible,combobox,context-menu,copy,dialog,drawerdropdown-menu,empty,grid,input,input-otp,labelmenu,menubar,multiselect,navigation-menu,popover,progress-barprogress-spinner,radio,select,separator,skeleton,sliderstepper,switch,tabs,tag,textarea,toasttoggle,toggle-group,toolbar,tooltip,tree
For the exact installable UX, use:
pnpm dlx tailng listDocumentation
- Package docs: https://tailng.dev
- Repository: https://github.com/tailng/tailng-ui
License
See the repository license at the root of the monorepo.
