ButtonGroupProps
Represents the props of the KendoReact ButtonGroup component.
Definition
Package:@progress/kendo-react-buttons
Properties
className?
string
Sets the className of the ButtonGroup component.
Specifies a list of CSS classes that will be added to the ButtonGroup element.
dir?
string
disabled?
boolean
By default, the ButtonGroup is enabled (see example). To disable the whole group of buttons, set its disabled attribute to true. To disable a specific button, set its own disabled attribute to true and leave the disabled attribute of the ButtonGroup undefined.
If you define the disabled attribute of the ButtonGroup, it takes precedence over the disabled attributes of the underlying buttons and they are ignored.
width?
string
Sets the width of the ButtonGroup.
If the width of the ButtonGroup is set: — The buttons resize automatically to fill the full width of the group wrapper. — The buttons get the same width.