react-toggle icon indicating copy to clipboard operation
react-toggle copied to clipboard

Is there any way to easily control the size of the toggle?

Open oriooctopus opened this issue 4 years ago • 2 comments

I think that controlling the size of the toggle is a common use case (in my case, I want it about 25% smaller), but I can't see any way to adjust it. Am I missing something?

oriooctopus avatar Apr 21 '21 14:04 oriooctopus

Ideally, there would be a component property called "scale", or it would work that the toggle fully fits into the parent container, but you can hard-code your desired size(width and height) inside react-toggle-track and react-toggle-thumb classes.

dawidmucha avatar Jul 20 '21 18:07 dawidmucha