You've already forked gpui-component
mirror of
https://github.com/librekeys/gpui-component.git
synced 2026-04-14 08:46:29 -07:00
Adds the ability to choose between a linear and a logarithmic scale for the slider. A logarithmic scale is the right and intuitive choice for many different slider applications. Building this right into the component has two advantages: - The user doesn't have to convert at every point where they might use or update the slider value - On a logarithmic scale, the distance between steps varies over the sliders range. This implementation respects that --------- Co-authored-by: Jason Lee <huacnlee@gmail.com>