@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
Property | Modifiers | Type | Description |
---|---|---|---|
disabled | boolean | The disabled state of the label. This is generally controlled by the parent Slider. | |
hideMark | boolean | Hides the tick mark. | |
position | string | The position of the label relative to the min and max value of the parent Slider. |