Skip to content

Commit

Permalink
fix(QCarousel): JSON > some default values
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 6552c91 commit 0eb9c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/carousel/QCarousel.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"type": "String",
"desc": "Type of button to use for controls (arrows, navigation)",
"values": [ "'regular'", "'flat'", "'outline'", "'push'", "'unelevated'" ],
"default": "'flat'",
"category": "style"
},

"autoplay": {
"type": [ "Number", "Boolean" ],
"desc": "Jump to next slide (if 'true' or val > 0) or previous slide (if val < 0) at fixed time intervals (in milliseconds); 'false' disables autoplay, 'true' enables it for 5000ms intervals",
"default": "false",
"examples": [
"true",
"false",
Expand Down

0 comments on commit 0eb9c48

Please sign in to comment.