Allow setting aria-label on components such as Button #1560
Closed
unikitty37
started this conversation in
Feature Requests / Ideas
Replies: 1 comment 1 reply
-
Why don't you pass |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set the aria-label on a Button — but I can't see how to do it (especially as Button doesn't expose the
child
prop).I'm not sure if the best way to implement this is for Button to expose the
child
prop, or for components to have an optionalariaLabel
prop, though.For now, I've gone back to a regular
<button>
element, but it would be nice to use Bits UI here…Beta Was this translation helpful? Give feedback.
All reactions