You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
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.