Panorama

Draggable panorama carousel with smooth scrolling.

carouselpanoramadragscroll

Props

Customize the component with these props

PropertyTypeDefaultDescription
images
string[][url1, url2, ...]Array of image URLs to display in the carousel.
backgroundColor
stringtransparentBackground color of the component (hex, rgb, or hsl).
borderRadius
string1remBorder radius of the container (CSS value).
imageBorderRadius
string0.75remBorder radius of carousel images (CSS value).
imageHeight
string16remHeight of carousel images (CSS value).
imageWidth
string12remWidth of carousel images (CSS value).
imageGap
string1remGap between carousel images (CSS value).
dragConstraints
{left: number, right: number}{left: -500, right: 0}Drag constraints for horizontal scrolling.
cursorGrab
stringgrabCursor style when hovering (CSS cursor value).
cursorGrabbing
stringgrabbingCursor style when dragging (CSS cursor value).
Panorama - Uilora Carousels