Skip to content
Snippets Groups Projects
Verified Commit 99627ad5 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: add doku

parent b2a23d04
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,10 @@ class Slider extends CustomElement { ...@@ -131,6 +131,10 @@ class Slider extends CustomElement {
* @property {boolean} features.thumbnails Thumbnails feature * @property {boolean} features.thumbnails Thumbnails feature
* @property {boolean} features.drag Drag feature * @property {boolean} features.drag Drag feature
* @property {Object} slides Slides configuration, an object with breakpoints and the number of slides to show * @property {Object} slides Slides configuration, an object with breakpoints and the number of slides to show
* @property {Object} slides.0 Number of slides to show at 0px
* @property {Object} slides.600 Number of slides to show at 600px @since 3.109.0
* @property {Object} slides.1200 Number of slides to show at 1200px @since 3.109.0
* @property {Object} slides.1800 Number of slides to show at 1800px @since 3.109.0
* @property {Object} carousel Carousel configuration * @property {Object} carousel Carousel configuration
* @property {number} carousel.transition Transition time between a full rotation of the carousel * @property {number} carousel.transition Transition time between a full rotation of the carousel
* @property {Object} autoPlay Auto play configuration * @property {Object} autoPlay Auto play configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment