Example of Tooltip in Angular Range Slider Component

This sample demonstrates the rendering of Slider component with tooltip. Drag the thumb over the bar for selecting the values between min and max to enable the tooltip.

Properties
Placement
ShowOn
Description

Slider component displays the tooltip to indicate the current value to the user.

The dragInterval is used to drag both handles using the range bar which is also applicable only to the range slider.

In this demo, we have demonstrated Tooltip with Default and Range Slider.

Buttons can be used to increment or decrement the slider value. Buttons can be enabled in Slider using showButtons property

Tooltip position and opening behavior can be customized through the placement and showOn properties from property pane.

For more information, refer to the placement and tooltip section from the documentation.