CaSliderArrows
Slider arrows for CaSlider
SASS-path: ./styles/components/atoms/ca-slider-arrows.scss
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
iconName | First part of icon name for the arrows. Will add '-left', '-right', '-up' or '-down' as fitting | String | true | - |
minReached | If minumum index of the slider is reached | Boolean | true | - |
maxReached | If maximum index of the slider is reached | Boolean | true | - |
visible | Show arrows? | Boolean | false | false |
Events
Event Name | Description | Parameters |
---|---|---|
prevSlide | - | - |
nextSlide | - | - |