Coming from Orbiter, you should be aware of the following changes:
fluid
has been renamedisFluid
.disabled
has been renamedisDisabled
.
Preview Only: These components are for reference only. Continue using Orbiter in production until further notice.
A button group handles the spacing and orientation for a grouping of buttons.
A ButtonGroup
uses the following component.
A button group can be disabled.
A button group can be fluid.
A button group can render his items vertically.
A button group can change the alignment of his items.
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.
Coming from Orbiter, you should be aware of the following changes:
fluid
has been renamed isFluid
.disabled
has been renamed isDisabled
.