ToggleButtonGroupClasses

sealed external interface ToggleButtonGroupClasses(source)

Properties

Link copied to clipboard
abstract val disabled: ClassName

State class applied to the root element if disabled={true}.

Link copied to clipboard
abstract val firstButton: ClassName

Styles applied to the first button in the toggle 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 orientation="horizontal".

Link copied to clipboard

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

Link copied to clipboard
abstract val horizontal: ClassName

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

Link copied to clipboard
abstract val lastButton: ClassName

Styles applied to the last button in the toggle button group.

Link copied to clipboard
abstract val middleButton: ClassName

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

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val selected: ClassName

State class applied to the root element if selected={true}.

Link copied to clipboard
abstract val vertical: ClassName

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