quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
111 lines (92 loc) • 2.52 kB
JSON
{
"mixins": [ "mixins/panel-parent", "mixins/fullscreen" ],
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/carousel"
},
"behavior": {
"$listeners": true
},
"props": {
"dark": {
"extends": "dark",
"addedIn": "v1.3.0"
},
"height": {
"extends": "size",
"desc": "Height of Carousel in CSS units, including unit name"
},
"padding": {
"type": "Boolean",
"desc": "Applies a default padding to each slide, according to the usage of 'arrows' and 'navigation' props",
"category": "content"
},
"control-color": {
"extends": "color",
"desc": "Color name for QCarousel button controls (arrows, navigation) from the Quasar Color Palette"
},
"control-text-color": {
"extends": "color",
"desc": "Color name for text color of QCarousel button controls (arrows, navigation) from the Quasar Color Palette",
"addedIn": "v1.9.0"
},
"control-type": {
"type": "String",
"desc": "Type of button to use for controls (arrows, navigation)",
"values": [ "regular", "flat", "outline", "push", "unelevated" ],
"category": "style",
"addedIn": "v1.9.0"
},
"autoplay": {
"type": [ "Number", "Boolean" ],
"desc": "Jump to next slide at fixed time intervals (in milliseconds); 'false' disables autoplay, 'true' enables it for 5000ms intervals",
"default": false,
"examples": [
":autoplay=\"2500\"",
true,
false
],
"category": "behavior"
},
"arrows": {
"type": "Boolean",
"desc": "Show navigation arrow buttons",
"category": "content"
},
"prev-icon": {
"extends": "icon"
},
"next-icon": {
"extends": "icon"
},
"navigation": {
"type": "Boolean",
"desc": "Show navigation dots",
"category": "content"
},
"navigation-position": {
"type": "String",
"desc": "Side to stick navigation to",
"default": "bottom/right",
"values": [ "top", "right", "bottom", "left" ],
"examples": [ "left" ],
"category": "content",
"addedIn": "v1.9.0"
},
"navigation-icon": {
"extends": "icon"
},
"thumbnails": {
"type": "Boolean",
"desc": "Show thumbnails",
"category": "content"
}
},
"slots": {
"default": {
"desc": "Suggestion: QCarouselSlide"
},
"control": {
"desc": "Slot specific for QCarouselControl"
}
}
}