joyhughes/Jen

Logarithmic slider option

Aperta

#168 aperta il 15 lug 2024

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (20 fork)auto 404
UIenhancementgood first issue

Metriche repository

Star
 (27 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor