MCPcopy Create free account
hub / github.com/adobe/react-spectrum / CollectionRoot

Function CollectionRoot

packages/@react-spectrum/s2/src/Breadcrumbs.tsx:442–444  ·  view source on GitHub ↗
({collection})

Source from the content-addressed store, hash-verified

440
441let CollapsingCollectionRenderer: CollectionRenderer = {
442 CollectionRoot({collection}) {
443 return useCollectionRender(collection);
444 },
445 CollectionBranch({collection}) {
446 return useCollectionRender(collection);
447 }

Callers

nothing calls this directly

Calls 1

useCollectionRenderFunction · 0.70

Tested by

no test coverage detected