Coming from Orbiter, you should be aware of the following changes:
fluid
has been renamedisFluid
.disabled
has been renamedisDisabled
.
A button group handles the spacing and orientation for a grouping of buttons.
A ButtonGroup
uses the following component.
A button group can render his items vertically.
A button group can change the alignment of his items.
A button group can be disabled.
A button group can be fluid.
A button group can be of different sizes.
The axis the ButtonGroup should align with.
Whether the Buttons in the ButtonGroup are all disabled.
Whether the Buttons in the ButtonGroup are all fluid.
The size of the buttons in the ButtonGroup.
Whether elements are forced onto one line or can wrap onto multiple rows.
The alignment of the buttons within the ButtonGroup.
The inline style for the element.
The children of the component.
The CSS className for the element.
A slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null
value indicates that the local props completely override all props received from a parent.
The element's unique identifier. See MDN.
Defines a string value that labels the current element.
Identifies the element (or elements) that labels the current element.
Identifies the element (or elements) that describes the object.
Identifies the element (or elements) that provide a detailed, extended description for the object.
Coming from Orbiter, you should be aware of the following changes:
fluid
has been renamed isFluid
.disabled
has been renamed isDisabled
.