+ The ButtonGroup component can be used to group related buttons + together. It is a container for multiple buttons that can be used to + group buttons together and apply styles to them. This component is + useful when you have a group of buttons that need to be styled in a + similar way. +
++ The ButtonGroup component can be used to group related buttons + together. It is a container for multiple buttons that can be used to + group buttons together and apply styles to them. This component is + useful when you have a group of buttons that need to be styled in a + similar way. +
+ ++ The buttons can be grouped by wrapping them with the ButtonGroup + component. They need to be immediate children. +
++ The ButtonGroup component supports three variants: Filled, Outlined, + and Text. +
++ The ButtonGroup component can be used to create a vertical group of + buttons by setting the vertical prop to true. +
++ The ButtonGroup component can be used to create a group of buttons + with no elevation by setting the disableElevation prop to true. +
++ For now, two different sizes of buttons exist: 56px height and 48px + height. +
++ The ButtonGroup component can be used to create a group of buttons + that take up the full width of the container by setting the + fullWidth prop to true. +
++ The ButtonGroup component can be used to group related buttons + together. It is a container for multiple buttons that can be used to + group buttons together and apply styles to them. This component is + useful when you have a group of buttons that need to be styled in a + similar way. +
++ The ButtonGroup component can be used to group related buttons + together. It is a container for multiple buttons that can be used to + group buttons together and apply styles to them. This component is + useful when you have a group of buttons that need to be styled in a + similar way. +
+ ++ The ButtonGroup component should be labeled with a heading that + describes the group of buttons. This heading should be descriptive + and should clearly indicate the purpose of the group of buttons. +
+ ++ The ButtonGroup component should be placed in a location that is + easily accessible to users. It should be placed in a prominent + location on the page where users can easily find it. The buttons + within the ButtonGroup should be large enough to be easily + clickable, and there should be enough space between the buttons to + prevent accidental clicks. Additionally, the ButtonGroup should be + accessible via keyboard navigation, and screen readers should be + able to read the labels of the buttons within the group. +
+ ++ The ButtonGroup component should behave in a consistent and + predictable manner. When a user clicks on a button within the group, + the button should respond visually to indicate that it has been + clicked. The ButtonGroup should also provide visual feedback when a + user hovers over a button, to indicate that the button is clickable. + Additionally, the ButtonGroup should be accessible via keyboard + navigation, and screen readers should be able to read the labels of + the buttons within the group. +
+ ++ The ButtonGroup component should be styled in a way that is + consistent with the rest of the application. The buttons within the + group should be styled in a way that is visually distinct from other + buttons on the page, to indicate that they are part of a group. The + ButtonGroup should also be styled in a way that is accessible to + users with color blindness or low vision. The buttons within the + group should have a visible focus state, and the focus should be set + to the first button in the group by default. +
+ ++ The ButtonGroup component should be accessible to all users, + including those with disabilities. The component should be keyboard + navigable, and screen readers should be able to read the labels of + the buttons within the group. The buttons within the ButtonGroup + should have a visible focus state, and the focus should be set to + the first button in the group by default. The ButtonGroup should + also be styled in a way that is accessible to users with color + blindness or low vision. +
++ The ButtonGroup component can be used to group related buttons + together. It is a container for multiple buttons that can be used to + group buttons together and apply styles to them. This component is + useful when you have a group of buttons that need to be styled in a + similar way. +
++ The ButtonGroup component is a container for multiple buttons that + can be used to group buttons together and apply styles to them. This + component is useful when you have a group of buttons that need to be + styled in a similar way. The ButtonGroup component can be used to + group related buttons together. +
+ ++ The buttons can be grouped by wrapping them with the ButtonGroup + component. They need to be immediate children. +
++ The ButtonGroup component supports the following variants: contained + (default), outlined, and text. +
++ The ButtonGroup component can be used to create a vertical group of + buttons by setting the vertical prop to true. +
+
+ You can remove the elevation with the disableElevation
{" "}
+ prop.
+
+ The ButtonGroup component supports the following sizes: small, + medium (default), and large. +
+
+ You can make the ButtonGroup full width with the{" "}
+ fullWidth
prop.
+