CaProductListSlider
A product list displayed as a slider
SASS-path: ./styles/components/molecules/ca-product-list-slider.scss
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
products | Array of products | Array | true | - |
pageSize | Current page size | Number | true | - |
dots | Should dots be displayed? | Boolean | false | false |
arrows | Should arrows be displayed? | Boolean | false | false |
arrowIconName | First part of icon name for the arrows. Will add '-left', '-right', '-up' or '-down' as fitting | String | false | chevron |