Overview
Registry
Overview of the React registry, item inventory, and supporting guides.
The React registry is a flat shadcn-compatible registry published from the React site. Each item is available at a root-level JSON URL and can be installed through the shadcn CLI.
Registry URLs
https://react.tileui.zmorg.cn/r/registry.json
https://react.tileui.zmorg.cn/r/{name}.jsonregistry.json is the index that lists every item; {name}.json is the payload for a single item, including its files, dependencies, and copy-paste source.
Available items
- liveline-core
- core
- utils
- portal
- styles
- theme-default
- use-copy-to-clipboard
- use-media-query
- use-local-storage
- button
- input
- textarea
- label
- card
- badge
- skeleton
- kbd
- separator
- table
- progress
- avatar
- switch
- checkbox
- collapsible
- breadcrumb
- pagination
- alert
- aspect-ratio
- spinner
- empty
- marker
- item
- button-group
- input-group
- native-select
- field
- toggle
- toggle-group
- tabs
- accordion
- radio-group
- slider
- scroll-area
- tooltip
- popover
- hover-card
- dialog
- alert-dialog
- sheet
- dropdown-menu
- context-menu
- menubar
- navigation-menu
- select
- combobox
- command
- chart
- calendar
- drawer
- form
- sidebar
- carousel
- resizable
- attachment
- bubble
- direction
- message
- message-scroller
- sonner
- input-otp
- liveline
Continue reading
- Getting Started — how the registry is assembled and consumed
- Theming — automatic style resolution and optional theme layers
- Schema — item types, dependencies, and file targets
- Examples — how base items combine into app patterns
- FAQ — framework boundaries, styles, and install choices