Skip to content

Commit

Permalink
Styled Custom Elements Example (#1)
Browse files Browse the repository at this point in the history
Web Components - Example
* Added Styled Switch Example
  • Loading branch information
fallsimply authored Sep 4, 2019
1 parent bdeb792 commit 87114dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switch.lit.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<body>
<form>
<mk-switch></mk-switch>
<mk-switch name="two" checked="true"></mk-switch>
<mk-switch name="two" checked="true" style="--switch-active: hsl(138, 48%, 48%)"></mk-switch>
<input type="submit" value="sumbit">
</form>
<script src="./switch.lit.js" type="module"></script>
</body>
</html>
</html>

0 comments on commit 87114dc

Please sign in to comment.