react-form-stepper icon indicating copy to clipboard operation
react-form-stepper copied to clipboard

add role and aria attributes to Stepper component

Open justinezahiri opened this issue 3 years ago • 0 comments

For accessibility considerations, it would be nice to add role (for example role="progressbar') and aria attributes (aria-valuenow, aria-valuemin, aria-valuemax) to the Stepper component props.

Should be useful to add choice of tag for RFS-StepButton (for example <p>) for informative only steppers that are not used as buttons.

I can submit a pull request for that, so let me know.

justinezahiri avatar Jan 24 '23 13:01 justinezahiri