UNPKG

@ubertheme/slider

Version:
29 lines (20 loc) 879 B
# UB Content Slider extension for Magento PWA Studio ### What is UB Content Slider? UB Content Slider is a ready React and GraphQL based module that helps you create a flexible banner slider, product, or video carousel for a PWA Studio storefront built using Magento PWA Studio. ### Prerequisites - Magento (v2.4.1 or above) Backend with UB ContentSliderGraphQl installed - A Storefront or PWA project based on PWA Studio v9.0.0 or above. ### Extension options: | props | type | default value | | ------------ | :--: | ------------: | | slideKey | string | null | ### Installation: **1. Adding dependency** ``` yarn add @ubertheme/slider ``` **2. You can learn about how to load a Slider component in the showcase component in the following file:** ``` @ubertheme/slider/src/components/ShowCases/showCases.js ``` **3. Re-build your PWA project**