[feat]: Slider Component To Represent Numerical Data #840
Labels
issue: enhancement
Issue suggesting an enhancement to an existing feature
source: design-system
relates to design-system package
Slider Component to represent and select numerical data in a range.
A slider input component allows user to select a value from a range of values by moving a handle along a track. The component typically consists of three parts: the track, the handle, and the value display.
The track is the visual representation of the range of values, and it is usually represented by a horizontal or vertical bar. The handle is a small, draggable element that the user can move along the track to select a value. The value display is an optional element that shows the current value of the slider.
When the user moves the handle along the track, the value of the slider input component changes. The component will emit an event or callback that can be used to update the state of the application.
Slider Input component also has a wide range of customization options, such as the ability to set the minimum and maximum values, the increment of the value change, and display options like ticks, labels and different colors.
It is a great way to give users more control over their experience and to make it easy for them to make adjustments.
Why should this feature be included?
Many community members who work on plugins have mention this.
The text was updated successfully, but these errors were encountered: