jaohara / ui-component-library

A Component library for various UI elements that I have built for use in my personal projects.
0 stars 0 forks source link

Make `ToggleSwitch` look like an actual switch #36

Closed jaohara closed 6 months ago

jaohara commented 7 months ago

The toggle switch should look like an actual switch and take an optional label for one or each side.

For example:

Image Image

Another alternate implementation could have the labels both in the switch, with the background shape moving underneath the currently selected one.