useBanner
The purpose of useBanner is to expose the banners state. Internally we are using atomic store for managing the banners state.
Example Usage:
const { banners } = useBanner();Hook Return Value
banners
bannersType | Default |
|---|---|
Array of items of type: Banner | Empty Array |
Updated 12 days ago
What’s Next
