This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
[RFC] Image Slider/Carousel #405
Open
Description
Feature Request
Placeholder for discussion on a slider/carousel component
Problem Description
Stardust does not yet have a carousel or slideshow type component. We should probably provide something with basic functionality for not only images, but any content.
What To Include
This is an initial list of both UI and functional features we should consider
UI
- Left/Right navigation
- Dot strip navigation
- Film strip navigation
- Positioning for any navigation components (top/bottom)
Functionality
- OOTB transition options
- Continuous sliding option (next @ end shows the first item)
- Automatic building of navigation based on content added to the carousel
If there is interest, I actually have a very simple slider that does some of this that I could probably take a shot at implementing in the Stardust environment once there are some more solid pattern foundations here.