Vertical Story

Vertical story-style carousel with progress indicators.

carouselstoryverticalprogress

Props

Customize the component with these props

PropertyTypeDefaultDescription
images
string[][url1, url2, ...]Array of image URLs to display in the carousel.
labels
{title?: string, subtitle?: string}[][]Optional array of labels with title and subtitle for each slide.
backgroundColor
stringtransparentBackground color of the component (hex, rgb, or hsl).
containerBgColor
string#000000Background color of the carousel container (hex, rgb, or hsl).
borderRadius
string1remBorder radius of the container (CSS value).
progressBarBgColor
stringrgba(255,255,255,0.3)Background color of progress bars (hex, rgb, or hsl).
progressBarFillColor
string#ffffffFill color of progress bars (hex, rgb, or hsl).
progressBarHeight
string0.25remHeight of progress bars (CSS value).
progressBarGap
string0.25remGap between progress bars (CSS value).
titleColor
string#ffffffColor of slide titles (hex, rgb, or hsl).
subtitleColor
stringrgba(255,255,255,0.7)Color of slide subtitles (hex, rgb, or hsl).
overlayGradientFrom
stringrgba(0,0,0,0.8)Start color of the overlay gradient (hex, rgb, or hsl).
overlayGradientTo
stringtransparentEnd color of the overlay gradient (hex, rgb, or hsl).
autoPlayInterval
number100Auto-play interval in milliseconds.
progressIncrement
number2Progress increment per interval (percentage).
height
string24remHeight of the carousel container (CSS value).
width
string16remWidth of the carousel container (CSS value).
Vertical Story - Uilora Carousels