Skip to content

firstprateek/switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theme-switch

A webcomponent for a toggle switch

Live Demo

Demo

Installation

npm install @firstprateek/switch --save

Usage

// 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>

About

A web component for a toggle switch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published