Skip to content

Commit

Permalink
docs: add ariaLabel, ariaLabelledby props
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Dec 17, 2024
1 parent 410c994 commit da0c92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/__examples__/NavigationBar/DEFAULT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default {
options: ["shadow", "border"],
defaultValue: "shadow",
},
{ name: "ariaLabel", type: "text", defaultValue: "" },
],
},
],
Expand Down
2 changes: 2 additions & 0 deletions docs/src/__examples__/Popover/DEFAULT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export default {
"bottom-end",
],
},
{ name: "ariaLabel", type: "text", defaultValue: "" },
{ name: "ariaLabelledby", type: "text", defaultValue: "" },
],
},
],
Expand Down

0 comments on commit da0c92b

Please sign in to comment.