Understand the Tailark Registry endpoints
mainThe Tailark Registry provides two distinct bases for components: Base UI (base) and Radix UI (radix).
- Base UI is the default base and is served under the
/rpath segment. - Radix UI is served under the
/r/radixpath segment.
You can fetch the full registry index or individual items using the following patterns:
Base UI (Default):
- Full index:
/r/registry.json - Single item:
/r/[name]
Radix UI:
- Full index:
/r/radix/registry.json - Single item:
/r/radix/[name]