joyhughes/Jen

Logarithmic slider option

Open

#168 opened on Jul 15, 2024

 (0 comments) (0 reactions) (0 assignees)C++ (20 forks)auto 404
UIenhancementgood first issue

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide