Arrows
Arrows
Overview
The Arrows component handles previous and next arrows. If the user does not provide arrows by HTML, the component generates them.
This component emits some events.
Properties
arrows
arrows: { prev?: HTMLButtonElement, next?: HTMLButtonElement }
An object with previous and next arrow elements. They can be elements that the user provides by HTML or this component generates.