joyhughes/Jen

Logarithmic slider option

开放

#168 创建于 2024年7月15日

 (0 条评论) (0 个反应) (0 位负责人)C++ (20 个派生)auto 404
UIenhancementgood first issue

仓库指标

星标
 (27 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Include a logarithmic scale option for MUI slider in JenSlider.jsx

I will add a field to slider json called json.log ... if this is true, the slider will operate with a logarithmic value range. Make this work for both regular sliders and range sliders.

Make sure min and max values are positive, as log of zero or a negative number is an error.

贡献者指南