Carousel

Loop a series of images or texts in a limited space

Basic usage

Motion blur 2.6.0

Add motion blur to infuse dynamism and smoothness into the carousel.

Indicators

Indicators can be displayed outside the carousel

Arrows

You can define when arrows are displayed

Auto height

When the height of carousel is set to auto, the carousel height will be automatically set according to the height of the carousel item

Card mode

When a page is wide enough but has limited height, you can activate card mode for carousels

Vertical

By default, direction is horizontal. Let carousel be displayed in the vertical direction by setting direction to vertical.

NameDescriptionTypeDefault
heightheight of the carouselstring''
initial-indexindex of the initially active slide (starting from 0)number0
triggerhow indicators are triggeredenumhover
autoplaywhether automatically loop the slidesbooleantrue
intervalinterval of the auto loop, in millisecondsnumber3000
indicator-positionposition of the indicatorsenum''
arrowwhen arrows are shownenumhover
typetype of the Carouselenum''
cardScale 2.7.8when type is card, scaled size of secondary cardsnumber0.83
loopdisplay the items in loopbooleantrue
directiondisplay directionenumhorizontal
pause-on-hoverpause autoplay when hoverbooleantrue
motion-blur 2.6.0infuse dynamism and smoothness into the carouselbooleanfalse
NameDescriptionType
changetriggers when the active slide switches, it has two parameters, the one is the index of the new active slide, and other is index of the old active slideFunction
NameDescriptionSubtags
defaultcustomize default contentCarousel-Item
MethodDescriptionType
activeIndex 2.7.8active slide indexnumber
setActiveItemmanually switch slide, index of the slide to be switched to, starting from 0; or the name of corresponding el-carousel-itemFunction
prevswitch to the previous slideFunction
nextswitch to the next slideFunction
NameDescriptionTypeDefault
namename of the item, can be used in setActiveItemstring''
labeltext content for the corresponding indicatorstring / number''
NameDescription
defaultcustomize default content

Source

ComponentStyleDocs

Contributors