diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 1e8d40113c..3942309f0f 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -159,24 +159,30 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap 5000 The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. + + keyboard + boolean + true + Whether the carousel should react to keyboard events. + pause string | null "hover" If set to "hover", pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to null, hovering over the carousel won't pause it. + + ride + string + false + Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load. + wrap boolean true Whether the carousel should cycle continuously or have hard stops. - - keyboard - boolean - true - Whether the carousel should react to keyboard events. -