Button #67
-
Zag looks like a pretty sweet library and I'm thinking of switching out React-ARIA with Zag for my app. One thing for me that Zag.js is missing (understandably as the library was just released) is a button component that handles accessibility/keyboard navigation like React-ARIA. https://react-spectrum.adobe.com/react-aria/useButton.html |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
This would be really nice to have! Buttons are relatively "simple" components, but accessibility is always hard to implement (to me, at least). |
Beta Was this translation helpful? Give feedback.
-
@bstro I guess the pressable component might be what we're looking for 🤩 |
Beta Was this translation helpful? Give feedback.
-
@bstro Could you mark this as answered if the |
Beta Was this translation helpful? Give feedback.
-
Done @sifferhans @bstro |
Beta Was this translation helpful? Give feedback.
@bstro I guess the pressable component might be what we're looking for 🤩