joyhughes/Jen

Logarithmic slider option

Aberta

#168 aberto em 15 de jul. de 2024

 (0 comentário) (0 reação) (0 responsável)C++ (20 forks)auto 404
UIenhancementgood first issue

Métricas do repositório

Stars
 (27 estrelas)
Métricas de merge de PR
 (Mesclagem média 24d 12h) (1 fundiu PR em 30d)

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.

Guia do colaborador