ButtonGroupClasses

sealed external interface ButtonGroupClasses(source)

Properties

Link copied to clipboard
abstract val contained: ClassName

Styles applied to the root element if variant="contained".

Link copied to clipboard
abstract val disabled: ClassName

State class applied to the child elements if disabled={true}.

Link copied to clipboard

Styles applied to the root element if disableElevation={true}.

Link copied to clipboard
abstract val firstButton: ClassName

Styles applied to the first button in the button group.

Link copied to clipboard
abstract val fullWidth: ClassName

Styles applied to the root element if fullWidth={true}.

Link copied to clipboard
abstract val grouped: ClassName

Styles applied to the children.

Link copied to clipboard

Styles applied to the children if variant="contained".

Link copied to clipboard

Styles applied to the children if variant="contained" and orientation="horizontal".

Link copied to clipboard

Styles applied to the children if variant="contained" and color="primary".

Link copied to clipboard

Styles applied to the children if variant="contained" and color="secondary".

Link copied to clipboard

Styles applied to the children if variant="contained" and orientation="vertical".

Link copied to clipboard

Styles applied to the children if orientation="horizontal".

Link copied to clipboard

Styles applied to the children if variant="outlined".

Link copied to clipboard

Styles applied to the children if variant="outlined" and orientation="horizontal".

Link copied to clipboard

Styles applied to the children if variant="outlined" and color="primary".

Link copied to clipboard

Styles applied to the children if variant="outlined" and color="secondary".

Link copied to clipboard

Styles applied to the children if variant="outlined" and orientation="vertical".

Link copied to clipboard
abstract val groupedText: ClassName

Styles applied to the children if variant="text".

Link copied to clipboard

Styles applied to the children if variant="text" and orientation="horizontal".

Link copied to clipboard

Styles applied to the children if variant="text" and color="primary".

Link copied to clipboard

Styles applied to the children if variant="text" and color="secondary".

Link copied to clipboard

Styles applied to the children if variant="text" and orientation="vertical".

Link copied to clipboard

Styles applied to the children if orientation="vertical".

Link copied to clipboard
abstract val lastButton: ClassName

Styles applied to the last button in the button group.

Link copied to clipboard
abstract val middleButton: ClassName

Styles applied to buttons in the middle of the button group.

Link copied to clipboard
abstract val outlined: ClassName

Styles applied to the root element if variant="outlined".

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val text: ClassName

Styles applied to the root element if variant="text".

Link copied to clipboard
abstract val vertical: ClassName

Styles applied to the root element if orientation="vertical".