blob: ad46d099f6bf6f02589d035cd3fa1eb31e483cd6 [file] [log] [blame]
<!doctype html>
<title>chops-switch demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script type="module" src="/elements/chops-switch.js"></script>
<style>
body {
margin: 0;
padding: 0;
}
</style>
<chops-switch>Click me</chops-switch>