diff --git a/docs/src/__examples__/NavigationBar/DEFAULT.tsx b/docs/src/__examples__/NavigationBar/DEFAULT.tsx index d6bc164f52..eda66b7528 100644 --- a/docs/src/__examples__/NavigationBar/DEFAULT.tsx +++ b/docs/src/__examples__/NavigationBar/DEFAULT.tsx @@ -38,6 +38,7 @@ export default { options: ["shadow", "border"], defaultValue: "shadow", }, + { name: "ariaLabel", type: "text", defaultValue: "" }, ], }, ], diff --git a/docs/src/__examples__/Popover/DEFAULT.tsx b/docs/src/__examples__/Popover/DEFAULT.tsx index 97f7ff4c01..3eb5a39a00 100644 --- a/docs/src/__examples__/Popover/DEFAULT.tsx +++ b/docs/src/__examples__/Popover/DEFAULT.tsx @@ -73,6 +73,8 @@ export default { "bottom-end", ], }, + { name: "ariaLabel", type: "text", defaultValue: "" }, + { name: "ariaLabelledby", type: "text", defaultValue: "" }, ], }, ],