dear-digital / linter

3 stars 14 forks source link

💡 [REQUEST] - Enhanced Accessibility with Element Labels #38

Closed kmalap05 closed 1 year ago

kmalap05 commented 1 year ago

Is there an existing issue for this?

Reference Issues

No response

Description

Improve user experience with concise labels on buttons, fields, and uploads. This feature enhances accessibility, enabling users with disabilities to navigate your app effortlessly.

Basic Example

code1

In this code, I've added role="group" to the ButtonGroup to indicate that it's a group of buttons. I've also added the aria-label attribute to the ButtonGroup to provide a label for the group. Additionally, I've used the accessibilityLabel prop for each button to provide an accessible label for screen readers. Finally, I've kept the semantic

anishdalvi commented 1 year ago

Feature added by @kmalap05 Updated POINTS.md