mantine icon indicating copy to clipboard operation
mantine copied to clipboard

NavigationProgress component didn't pass aria-label to Progress component

Open zulianrizki opened this issue 3 years ago • 0 comments

What package has an issue

@mantine/nprogress

Describe the bug

Currently, there are no easy way to add aria-label to NavigationProgress. From the source code, it doesn't have any aria-label props although its underlying component Progress does have that props.

What version of @mantine/hooks page do you have in package.json?

5.2.5

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

Yes

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Possible fix

Pass aria-label props to NavigationProgress and pass to Progress

zulianrizki avatar Sep 21 '22 09:09 zulianrizki