SliderSlots

external interface SliderSlots(source)

Properties

Link copied to clipboard
abstract var input: ElementType<*>?

The component that renders the input.

Link copied to clipboard
abstract var mark: ElementType<*>?

The component that renders the mark.

Link copied to clipboard
abstract var markLabel: ElementType<*>?

The component that renders the mark label.

Link copied to clipboard
abstract var rail: ElementType<*>?

The component that renders the rail.

Link copied to clipboard
abstract var root: ElementType<*>?

The component that renders the root.

Link copied to clipboard
abstract var thumb: ElementType<*>?

The component that renders the thumb.

Link copied to clipboard
abstract var track: ElementType<*>?

The component that renders the track.

Link copied to clipboard
abstract var valueLabel: ElementType<*>?

The component that renders the value label.