All things Collection
Components
API Reference
useCollectionContextReturns the collection store from the nearest collection container.
useCollectionStoreCreates a collection store to control
Collection components.
CollectionRenders a simple wrapper for collection items. It accepts a 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.