Fetched components land in at least 4 different, undocumented path conventions across the registries tested (src/components/ui/x.tsx, root-level PascalCase files, per-library subfolders), and export shape (named vs default, single vs multiple) varies per entry with nothing recording it.
Neither is predictable from components.json today; documenting the pattern per library would save every consumer from having to fetch first just to find out.
Fetched components land in at least 4 different, undocumented path conventions across the registries tested (
src/components/ui/x.tsx, root-level PascalCase files, per-library subfolders), and export shape (named vs default, single vs multiple) varies per entry with nothing recording it.Neither is predictable from components.json today; documenting the pattern per library would save every consumer from having to fetch first just to find out.