Dejan-Ilic
Dejan-Ilic
Ok I'll try that. If I understand correctly, you'd like me to add the keyword `style` to the function `Slider`, like so: `Slider([...], style)` and then a corresponding field to...
I went ahead and added both a `style` and a `width` kwarg, both are more general than before, as demonstrated by this screenshot: When both `style` and `width` are used,...
Or if you'd prefer the Slider function as a oneliner using the ternary operator, I could rewrite its body as ``` Slider(values, (default === missing) ? first(values) : convert(T, default),...
Sorry this is my first time contributing and I' pretty sure I've messed something up while merging. I'll try again later