Status of component is Beta
If you want to contribute, please visit the issues on GitHub.
Basic carousel
The Carousel wraps the Embla Carousel as an AgnosUI widget with bootsrap, allowing the options and plugins to be set through our configuration.
Right to left
To have the Carousel work as expected in Right-to-left mode, you need to set the input direction
to rtl
.
Simple customization
While Carousel is often used with full-width slides, you can customize as needed.
Autoplay
This example showcases how to setup Embla plugins, in particular the Autoplay plugin
In order to allow users to pause and play the rotation of slides, the slot navigation
is customized.
Accessibility
The Carousel respects the pattern defined in the ARIA Authoring Practices Guide.If
showTabIndicators
is set to true
, the carousel will respect the Tabbed Carousel pattern, otherwise it
will respect the Grouped Carousel pattern.