SliderClasses

sealed external interface SliderClasses(source)

Properties

Link copied to clipboard
abstract val active: ClassName

State class applied to the thumb element if it's active.

Link copied to clipboard
abstract val disabled: ClassName

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

Link copied to clipboard
abstract val dragging: ClassName

State class applied to the root if a thumb is being dragged.

Link copied to clipboard
abstract val focusVisible: ClassName

State class applied to the thumb element if keyboard focused.

Link copied to clipboard
abstract val mark: ClassName

Class name applied to the mark element.

Link copied to clipboard
abstract val markActive: ClassName

Class name applied to the mark element if active (depending on the value).

Link copied to clipboard
abstract val marked: ClassName

Class name applied to the root element if marks is provided with at least one label.

Link copied to clipboard
abstract val markLabel: ClassName

Class name applied to the mark label element.

Link copied to clipboard

Class name applied to the mark label element if active (depending on the value).

Link copied to clipboard
abstract val rail: ClassName

Class name applied to the rail element.

Link copied to clipboard
abstract val root: ClassName

Class name applied to the root element.

Link copied to clipboard
abstract val thumb: ClassName

Class name applied to the thumb element.

Link copied to clipboard
abstract val track: ClassName

Class name applied to the track element.

Link copied to clipboard
abstract val trackFalse: ClassName

Class name applied to the root element if track={false}.

Link copied to clipboard
abstract val trackInverted: ClassName

Class name applied to the root element if track="inverted".

Link copied to clipboard
abstract val vertical: ClassName

Class name applied to the root element if orientation="vertical".