diff --git a/packages/snap-preact-components/src/components/Molecules/Carousel/readme.md b/packages/snap-preact-components/src/components/Molecules/Carousel/readme.md index 321352726..fd83c33ca 100644 --- a/packages/snap-preact-components/src/components/Molecules/Carousel/readme.md +++ b/packages/snap-preact-components/src/components/Molecules/Carousel/readme.md @@ -1,6 +1,6 @@ # Carousel -Renders a carousel of slides using children, built with [Swiper](https://swiper6.vercel.app) +Renders a carousel of slides using children, built with [Swiper v6.8.4](https://swiper6.vercel.app) ## Sub-components - Icon @@ -101,7 +101,7 @@ The `modules` prop accepts additional [Swiper Modules](https://swiper6.vercel.ap ```jsx import { Scrollbar } from 'swiper'; -{children} +{children} ``` ### autoAdjustSlides diff --git a/packages/snap-preact-components/src/components/Organisms/Recommendation/readme.md b/packages/snap-preact-components/src/components/Organisms/Recommendation/readme.md index 1c1a2028e..9696cc354 100644 --- a/packages/snap-preact-components/src/components/Organisms/Recommendation/readme.md +++ b/packages/snap-preact-components/src/components/Organisms/Recommendation/readme.md @@ -13,8 +13,8 @@ Any modification to the results array and data are recommended to be made using ## Usage -Additional [Swiper Component Props](https://swiperjs.com/react#swiper-props) can be specified, but may need to be camelCased where appropriate. -Additional [Swiper Modules](https://swiperjs.com/swiper-api#modules) can be provided via the `modules` prop; these may need additional props and or stylesheets. +Additional [Swiper Component Props](https://swiper6.vercel.app/swiper-api#parameters) can be specified, but may need to be camelCased where appropriate. +Additional [Swiper Modules](https://swiper6.vercel.app/swiper-api#modules) can be provided via the `modules` prop; these may need additional props and or stylesheets. ### controller The required `controller` prop specifies a reference to the RecommendationController @@ -81,11 +81,11 @@ The `nextButton` prop specifies the next button element of the carousel. This ca ``` ### modules -The `modules` prop accepts additional [Swiper Modules](https://swiperjs.com/swiper-api#modules) - these may need additional props and or stylesheets to function. We include `Navigation` and `Pagination` modules by default. +The `modules` prop accepts additional [Swiper Modules](https://swiper6.vercel.app/swiper-api#modules) - these may need additional props and or stylesheets to function. We include `Navigation` and `Pagination` modules by default. ```jsx import { Scrollbar } from 'swiper'; - + ``` ### breakpoints @@ -93,7 +93,7 @@ An object that modifies the responsive behavior of the carousel at various viewp The object key specified the viewport for when the parameters will be applied. -The default configuration contains the following properties, however **`any Recommendation props`**, or [Swiper API parameters](https://swiperjs.com/swiper-api#parameters) can also be specified. +The default configuration contains the following properties, however **`any Recommendation props`**, or [Swiper API parameters](https://swiper6.vercel.app/swiper-api#parameters) can also be specified. `slidesPerView` - number of products to display per page