TIL – How to make a toggle button in react with styled-components
If you need to create a toggle button component in react, the quickest possible way to do it is by using the react-switch library. Check out my other tutorial which uses the react-switch library. If you …