Skip to main content

@microsoft/fast-foundation > SliderLabel

SliderLabel class

A label element intended to be used with the Slider component.

  • The default slot for the label content

root - The element wrapping the label mark and text

Signature:
export declare class SliderLabel extends FoundationElement 

Properties

PropertyModifiersTypeDescription
disabledbooleanThe disabled state of the label. This is generally controlled by the parent Slider.
hideMarkbooleanHides the tick mark.
positionstringThe position of the label relative to the min and max value of the parent Slider.