I have/had no idea how to even begin making the button slider under the theme selection, if you could direct me to any resources to help because I don't even know what the component is called so I had trouble looking for it on google, Thank You again!
Tamera
@tlbodrickAll comments
- @MarcelckpSubmitted about 3 years ago@tlbodrickPosted about 3 years ago
Hi, Marcel!
If you look up tri-state toggle/switch, you should find some good resources for it. The way I did it is I used hidden radio buttons/labels within a styled div to produce the effect. I used another div to make the circle button as well, and had it hide or show depending on which "theme" (label) I was clicking on.
Other people don't make the circle clickable, just the numbers, and then have the circle button show/hide depending on the button clicked on. It all depends on what you want!
Feel free to check out my solution if you like! Good luck.
Marked as helpful1