RatingClasses

sealed external interface RatingClasses(source)

Properties

Link copied to clipboard
abstract val decimal: ClassName

Styles applied to the icon wrapping elements when decimals are necessary.

Link copied to clipboard
abstract val disabled: ClassName

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

Link copied to clipboard
abstract val focusVisible: ClassName

State class applied to the root element if keyboard focused.

Link copied to clipboard
abstract val icon: ClassName

Styles applied to the icon wrapping elements.

Link copied to clipboard
abstract val iconActive: ClassName

Styles applied to the icon wrapping elements when active.

Link copied to clipboard
abstract val iconEmpty: ClassName

Styles applied to the icon wrapping elements when empty.

Link copied to clipboard
abstract val iconFilled: ClassName

Styles applied to the icon wrapping elements when filled.

Link copied to clipboard
abstract val iconFocus: ClassName

Styles applied to the icon wrapping elements when focus.

Link copied to clipboard
abstract val iconHover: ClassName

Styles applied to the icon wrapping elements when hover.

Link copied to clipboard
abstract val label: ClassName

Styles applied to the label elements.

Link copied to clipboard

Styles applied to the label of the "no value" input when it is active.

Link copied to clipboard
abstract val readOnly: ClassName

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

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val sizeLarge: ClassName

Styles applied to the root element if size="large".

Link copied to clipboard
abstract val sizeMedium: ClassName

Styles applied to the root element if size="medium".

Link copied to clipboard
abstract val sizeSmall: ClassName

Styles applied to the root element if size="small".

Link copied to clipboard

Visually hide an element.