Open guesung opened 5 days ago
Added keyboard navigation support for vertical orientation in Carousel component:
ArrowUp: scroll previous
ArrowDown: scroll next
Previously, keyboard navigation only supported horizontal orientation. This enhancement improves accessibility for vertically oriented carousels.
@guesung is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
Description
Added keyboard navigation support for vertical orientation in Carousel component:
ArrowUp: scroll previous
ArrowDown: scroll next
Previously, keyboard navigation only supported horizontal orientation. This enhancement improves accessibility for vertically oriented carousels.