File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 63
63
64
64
## Demo
65
65
66
- Check out our [ demo] ( https://jsfiddle.net/p60t2bs4/2 / ) .
66
+ Check out our [ demo] ( https://jsfiddle.net/quc03rf4 / ) .
67
67
68
68
## Installation
69
69
@@ -155,7 +155,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
155
155
/>
156
156
```
157
157
158
- [ JSFiddle - Example #1 ] ( https://jsfiddle.net/p60t2bs4/2 / )
158
+ [ JSFiddle - Example #1 ] ( https://jsfiddle.net/quc03rf4 / )
159
159
160
160
### Toggle with labels
161
161
@@ -168,7 +168,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
168
168
/>
169
169
```
170
170
171
- [ JSFiddle - Example #2 ] ( https://jsfiddle.net/p60t2bs4/2 / )
171
+ [ JSFiddle - Example #2 ] ( https://jsfiddle.net/quc03rf4 / )
172
172
173
173
### Toggle with custom values
174
174
@@ -181,7 +181,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
181
181
/>
182
182
```
183
183
184
- [ JSFiddle - Example #3 ] ( https://jsfiddle.net/p60t2bs4/2 / )
184
+ [ JSFiddle - Example #3 ] ( https://jsfiddle.net/quc03rf4 / )
185
185
186
186
### Toggle with custom styles
187
187
@@ -190,14 +190,18 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
190
190
v-model="value"
191
191
id="example4"
192
192
font-size="15px"
193
- on-background="#35495e"
194
193
:width="80"
195
194
:height="30"
196
195
:speed="500"
196
+ :colors="{
197
+ background: {
198
+ on: '#35495e'
199
+ }
200
+ }"
197
201
/>
198
202
```
199
203
200
- [ JSFiddle - Example #4 ] ( https://jsfiddle.net/p60t2bs4/2 / )
204
+ [ JSFiddle - Example #4 ] ( https://jsfiddle.net/quc03rf4 / )
201
205
202
206
## About Vueform
203
207
You can’t perform that action at this time.
0 commit comments