From da0c92b0419d002d786ed96dd6f0d1a41b1631fd Mon Sep 17 00:00:00 2001 From: Sarka Chwastkova Date: Fri, 6 Dec 2024 17:56:53 +0100 Subject: [PATCH] docs: add ariaLabel, ariaLabelledby props --- docs/src/__examples__/NavigationBar/DEFAULT.tsx | 1 + docs/src/__examples__/Popover/DEFAULT.tsx | 2 ++ 2 files changed, 3 insertions(+) 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: "" }, ], }, ],