File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 <img width =" 200 " alt =" screen shot 2018-03-01 at 10 33 39 " src =" https://user-images.githubusercontent.com/1577802/36840220-21beb89c-1d3c-11e8-98a4-45fc334842cf.png " >
66</a >
77
8- ### Vue.js 2 toggle / switch button - simple, pretty, customizable .
8+ ### Vue.js toggle/ switch button.
99
1010![ Imgur] ( http://i.imgur.com/a2Hf7pm.png )
1111
1212Feel free to ask questions or propose features in the "Issues" section
1313
1414[ Live demo here] ( http://vue-js-toggle-button.yev.io/ )
1515
16- Install:
16+ ### Install
17+
1718``` bash
1819npm install vue-js-toggle-button --save
1920```
2021
22+ ### Import
23+
2124Import plugin:
2225
2326``` javascript
@@ -35,7 +38,8 @@ import { ToggleButton } from 'vue-js-toggle-button'
3538Vue .component (' ToggleButton' , ToggleButton)
3639```
3740
38- Use:
41+ ### Use
42+
3943``` xml
4044<toggle-button @change=" onChangeEventHandler" />
4145
You can’t perform that action at this time.
0 commit comments