diff --git a/data/themes/docs/components/icon-button.mdx b/data/themes/docs/components/icon-button.mdx index 11980f18..dd7e658c 100644 --- a/data/themes/docs/components/icon-button.mdx +++ b/data/themes/docs/components/icon-button.mdx @@ -18,6 +18,22 @@ This component is based on the `button` element and supports [common margin prop ## Examples +{ + + + + + + + It's strongly recommended to include + an aria-label prop on IconButton components since + they don't contain visible text. + Screen readers rely on this label to announce the button's purpose to users. + + + +} + ### Size Use the `size` prop to control the size of the button.