feat: carousel component using embla carousel#527
feat: carousel component using embla carousel#527Waishnav wants to merge 7 commits intokobaltedev:mainfrom
Conversation
✅ Deploy Preview for kobalte ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@Waishnav Might want to check if using From what I understand, UI primitive libraries like this one will generally avoid adding dependencies. |
Hmm make sense |
|
Thanks for the draft! I think this could be a good component, rewriting an entire carousel is out of scope for now. The API should ideally be fully wrapped in Kobalte with props on the Looking forward to this, good luck! |
through options and plugins props to Root of Carousel
|
Hey @jer3m01, I've implemented all the suggestions from your previous message. The With Kobalte's WAI-ARIA compliance and unstyled component philosophy, users can now compose their own custom carousel components as needed. That said, I’m still relatively new to writing composable UI components in this pattern. I’d greatly appreciate it if you could review it thoroughly and share any feedback or suggestions for improvement. Looking forward to iterating further based on your input! |
|
one more thing, should we add the keyboard interaction support just like we have for |
|
Rapidly clicking on the buttons don’t move the slides faster. They seem to be stuck. Also examples are broken on my phone. I think it is because you are using css nesting which is relatively new. |
Hey, I've added the keyboard interaction for better accessibility. Please let me know if there is any further changes needed |

No description provided.