Classes list
Every class Carousel recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.carousel | Base class on the outer wrapper — required |
.carousel-track | The scrolling flex container holding the items |
.carousel-item | One slide — snaps into place as the user scrolls |
.carousel-control | Shared styling for the prev/next buttons (circular icon buttons) |
.carousel-prev / .carousel-next | Positional/visual modifiers for each control button |
.action-prev / .action-next | Behavior hooks — wire the buttons into flickui.js's scroll-by-one-item logic |