Replies: 1 comment
-
Hi and thanks for your interest and sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was making my own control panel for an industrial device from scratch & I remembered this project and thought you might be interested in the way I implemented my toggles.

Atm I'm doing rounded ends to indcate toggles that the user can't actually control.
I set it up so that just clicking won't switch these. this is an industrial device with a touchscreen so I wanted to prevent misclicks / require positive user affirmation of change. So they have to fully drag past 75% point before it snaps into new position. And it animates while being dragged to user has feedback to let them see which item they are dragging.
Beta Was this translation helpful? Give feedback.
All reactions