Material Design Lite - Switch
home
Run
screen_rotation
fullscreen
cloud_download
navigate_before
<html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.indigo-pink.min.css"> <script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script> </head> <body style="padding:50px;"> <label for="switch-btn" class="mdl-switch mdl-js-switch mdl-js-ripple-effect"> <input type="checkbox" id="switch-btn" class="mdl-switch__input"> <span class="mdl-switch__label">Volume off/on Ripple Effect</span> </label> </body> </html>
<html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.indigo-pink.min.css"> <script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script> </head> <body style="padding:50px;"> <label for="switch-btn" class="mdl-switch mdl-js-switch mdl-js-ripple-effect"> <input type="checkbox" id="switch-btn" class="mdl-switch__input"> <span class="mdl-switch__label">Volume off/on Ripple Effect</span> </label> </body> </html>
Copyrights@tutorialsplane.com