Grsmto / Grsmto/scroll-snap-carousel
Road to v1.0
- Dominant language
- TypeScript
- Stars
- 72
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] Svelte component
- [ ] 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
- [x] Carousel navigation component
- [x] 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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.