MediaBrowse media components
Carousel
Scroll-snap track with animated dots.
Live preview
Onboarding
SSO + SCIM in minutes.
Audit log
30-day immutable retention.
Billing
Per-seat or per-tenant.
Usage
Adapters:React stableVue stable
index.html
<section class="lm-carousel" role="region" aria-roledescription="carousel">…</section>CSS classes (4)
| Class | Description |
|---|---|
lm-carousel | Wrapper |
lm-carousel-track | Scroll-snap row |
lm-carousel-item | Each slide |
lm-carousel-dots / -dot | Active-indicator pills |
React props (2)
| Prop | Type | Default | Description |
|---|---|---|---|
autoplay | boolean | — | — |
interval | number | — | — |
Accessibility
- Use role='region' aria-roledescription='carousel'.
Spotted something wrong? Edit this entry on GitHub.