diff --git a/src/elements/mini-button-group/readme.md b/src/elements/mini-button-group/readme.md index 5dd7f0e56e..2df39e2d59 100644 --- a/src/elements/mini-button-group/readme.md +++ b/src/elements/mini-button-group/readme.md @@ -1,11 +1,11 @@ The `sbb-mini-button-group` component displays a set of [sbb-mini-button](/docs/elements-sbb-button-sbb-mini-button--docs) optionally separated by a [sbb-divider](/docs/elements-sbb-divider--docs). ```html - - - + + + - + ``` @@ -19,6 +19,10 @@ There are four available sizes: `s`, `m` (default), `l` and `xl`. ... ``` +## Accessibility + +Use the `accessibility-label` property to describe the purpose of the `sbb-mini-button-group` for screen-reader users. + ## Properties