Pure CSS Toggle Buttons - ON-OFF Switches
7 different style effects to choose from
npm install css-toggle-component
https://rajasegar.github.io/css-toggle-component
<css-toggle theme="slide"></css-toggle> <css-toggle theme="move"></css-toggle> <css-toggle on-label="YES" off-label="NO"></css-toggle>
Pass on any one of the following values for different toggle effects to theme
property.
- slide
- move
- updown
- flip
- rotate
- fadeout
- slideall
https://codepen.io/himalayasingh/pen/EdVzNL?editors=1000
A Pen by Himalaya Singh