diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 76278281e5..e825fcaac3 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -156,24 +156,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 "hover" Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. + + 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. -