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
Automated tests for all packages (core, react, svelte)
Make sure React/Svelte components supports basic features like autoplay, onChange callback, controlled state, etc.
Doc website
Components
Carousel navigation component
Carousel dots component
Navigation components could support pagination or slide-by-slide. In pagination mode, this could be changing useScroll to accept a "page" rather than an index. Next page being defined by the first item not entirely visible: for example if I have 3 slides + 0.5 slide visible, next page is index 3 (the half visible slide).
The text was updated successfully, but these errors were encountered:
Components
Navigation components could support pagination or slide-by-slide. In pagination mode, this could be changing
useScroll
to accept a "page" rather than an index. Next page being defined by the first item not entirely visible: for example if I have 3 slides + 0.5 slide visible, next page is index 3 (the half visible slide).The text was updated successfully, but these errors were encountered: