A webcomponent for a toggle switch
npm install @firstprateek/switch --save
// In index.js
import ThemeSwitch from '@firstprateek/switch';
<!DOCTYPE html>
<head>
<script src="./index.js"></script>
</head>
<body>
<main>
<theme-switch></theme-switch>
</main>
</body>
</html>