The registry.json schema is used to define the component registry. It is the source catalog the registry server serves verbatim at /r/registry.json.
Note: shadcn-templ has no pendant of shadcn’s include composition. The registry is a single flat registry.json — every item is defined in the root file.
Definitions
$schema
The $schema property identifies the shadcn-templ registry.json format.
name
The name property is used to specify the name of your registry. This is used for metadata.
homepage
The homepage of your registry. This is used for metadata.
items
The items in your registry. Each item must implement the registry-item schema specification.
Registry item names must be unique across the registry.
See the registry-item schema documentation for more information.