| height | height of the carousel | ^[string] | '' |
| initial-index | index of the initially active slide (starting from 0) | ^[number] | 0 |
| trigger | how indicators are triggered | ^[enum]'hover' | 'click' | hover |
| autoplay | whether automatically loop the slides | ^[boolean] | true |
| interval | interval of the auto loop, in milliseconds | ^[number] | 3000 |
| indicator-position | position of the indicators | ^[enum]'' | 'none' | 'outside' | '' |
| arrow | when arrows are shown | ^[enum]'always' | 'hover' | 'never' | hover |
| type | type of the Carousel | ^[enum]'' | 'card' | '' |
| card-scale ^(2.7.8) | when type is card, scaled size of secondary cards | ^[number] | 0.83 |
| loop | display the items in loop | ^[boolean] | true |
| direction | display direction | ^[enum]'horizontal' | 'vertical' | horizontal |
| pause-on-hover | pause autoplay when hover | ^[boolean] | true |
| motion-blur ^(2.6.0) | infuse dynamism and smoothness into the carousel | ^[boolean] | false |