Props & events

Attributes & behavior classes

There are no intent-color, size, or variant classes for the carousel itself — its only structural options are the --carousel-gap and --carousel-item-w custom properties, and whether you include the prev/next buttons at all (swipe works either way).

Attribute / classPurpose
aria-label (on prev/next buttons)Describes each control, e.g. aria-label="Previous slide"

Events

flickui.js reads the first .carousel-item's rendered width at click time and scrolls the track natively — it doesn't fire a custom event for slide changes.

This component is purely presentational — it emits no JavaScript events.