@bpui/switch
v1.1.6
Published
switch button
Downloads
28
Readme
switch
import bpui from '@bpui/switch';
bpui.bpSwitch
<bp-switch v-model="checked" >chk1</bp-switch>
<bp-switch disabled="disabled" >chk2</bp-switch>
style
/* scss */
import '@bpui/libs/style/class.scss';
import '@bpui/switch/style';
/* css */
<link href="~@bpui/switch/dist/style.css" rel="stylesheet" type="text/css"/>