README
dw-switch
Install
npm i @dreamworld/dw-switch
Import
import { DwSwitch } from '@dreamworld/dw-switch.js'
Usage pattern
Primary color
<dw-switch></dw-switch>
Secondary color
<dw-switch secondary></dw-switch>
Extended element of "mwc-switch"
<script type="module">
import dwSwitch from 'https://cdn.skypack.dev/dw-switch';
</script>
npm i @dreamworld/dw-switch
import { DwSwitch } from '@dreamworld/dw-switch.js'
<dw-switch></dw-switch>
<dw-switch secondary></dw-switch>