-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
Summary
Accessible carousel with swipe/drag, looping, and responsive cards.
Tasks
- Define Props + Zod propsSchema: items[] { id, title, description?, media? }, visibleCount?, loop?
- Intents: navigate(next|prev|index), select(id) -> { selection }
- Swipe/drag, focus trapping, ARIA carousel roles
- Lazy slide rendering
- Docs + showcase with mixed media items
Acceptance Criteria
- Keyboard and swipe feature parity
- Screen reader announces slide position and selection
References
react-sdk/src/model/component-metadata.tsreact-sdk/src/util/registry.tsreact-sdk/src/hooks/use-component-state.tsxdocs/showcase/