♿️(react) add aria-label property to the only icon button story
As this button has no label only an icon, the a11y checker reports us that there is no accessible label for this component.
This commit is contained in:
@@ -87,6 +87,7 @@ IconRight.args = {
|
||||
|
||||
export const IconOnly = Template.bind({});
|
||||
IconOnly.args = {
|
||||
"aria-label": "Button with only an icon",
|
||||
icon: (
|
||||
<svg
|
||||
width="24"
|
||||
|
||||
Reference in New Issue
Block a user