You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
This report is adapted to list the [WAI-ARIA Authoring practices for buttons](https://www.w3.org/TR/wai-aria-practices-1.2/#button) supported by Chakra UI for the `CButtonGroup` component.
4
+
5
+
### Description
6
+
The `CButtonGroup` component provides a wrapping container with `role="group"` for multiple children button elements.
7
+
8
+
#### Components
9
+
`@chakra-ui/vue` exports 1 ButtonGroup related components:
10
+
-`CButtonGroup`
11
+
12
+
13
+
### `CButton` WAI-ARIA Roles, States, and Properties:
14
+
- The `CButtonGroup` component contains the `role="group"` for a group of child `CButton` components grouped together.
15
+
16
+
Noticed a bug or inconsistency with this component? [Open an issue](https://github.com/chakra-ui/chakra-ui-vue/issues/new/choose)
0 commit comments