gpui-component/docs
Nico Gründel 2cba6e8be9
slider: Add option to choose between linear and logarithmic scale (#1543)
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>
2025-11-10 02:56:09 +00:00
..
.vitepress slider: Add option to choose between linear and logarithmic scale (#1543) 2025-11-10 02:56:09 +00:00
data docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
docs slider: Add option to choose between linear and logarithmic scale (#1543) 2025-11-10 02:56:09 +00:00
public docs: Update dark theme logo. (#1412) 2025-10-22 22:09:30 +08:00
src docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
.gitignore docs: Add Context & ElementId doc. (#1460) 2025-10-29 23:37:26 +08:00
bun.lock slider: Add option to choose between linear and logarithmic scale (#1543) 2025-11-10 02:56:09 +00:00
contributors.md docs: Update docs links. 2025-10-22 22:27:49 +08:00
contributors.vue docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
index.md docs: Update version to v0.4.0-preview1 in docs. (#1534) 2025-11-06 22:35:38 +08:00
index.vue docs: Update docs website style. (#1488) 2025-11-03 22:18:18 +08:00
package.json slider: Add option to choose between linear and logarithmic scale (#1543) 2025-11-10 02:56:09 +00:00
postcss.config.mjs docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00