You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`autoplay`|`number`| 0 | Time interval (in milliseconds) between auto-advancing slides. Set to 0 to disable autoplay. |
8
8
|`breakpointMode`| 'viewport', 'carousel' | 'viewport' | Defines whether breakpoints are calculated based on viewport width or carousel container width. |
9
9
|`breakpoints`|`object`| null | Responsive breakpoint configurations. Each breakpoint can override any carousel prop. |
@@ -15,6 +15,7 @@
15
15
|`ignoreAnimations`|`boolean`\|`string`\|`array`| false | Specifies which CSS animations should be excluded from slide size calculations. <Badgetext="0.10.0"/> |
16
16
|`itemsToScroll`|`number`| 1 | Number of slides to move when navigating. Useful for creating slide groups. |
17
17
|`itemsToShow`|`number`\| 'auto' | 1 | Number of slides visible simultaneously. Use 'auto' for variable width slides. |
18
+
|`clamp`|`boolean`| false | If true will clamp itemsToShow to the number of available slides |
18
19
|`modelValue`|`number`| 0 | Controls the active slide index. Can be used with v-model for two-way binding. |
0 commit comments