joyhughes/Jen

Logarithmic slider option

Ouverte

#168 ouverte le 15 juil. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)C++ (20 forks)auto 404
UIenhancementgood first issue

Métriques du dépôt

Stars
 (27 étoiles)
Métriques de merge PR
 (Merge moyen 24j 12h) (1 PR mergée en 30 j)

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.

Guide contributeur