All things Collection
Components
API Reference
useCollectionContextReturns the collection store from the nearest collection container.
useCollectionStoreCreates a collection store.
CollectionRenders a simple wrapper for collection items. It receives the collection
store through the store prop and provides context for CollectionItem
components.
CollectionItemRenders an item in a collection. The collection store can be passed
explicitly through the store prop or implicitly through the parent
Collection component.
CollectionProviderProvides a collection store to CollectionItem components.