We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b59c7 commit 23b14f0Copy full SHA for 23b14f0
demo/src/App.vue
@@ -34,6 +34,12 @@
34
:color="{unchecked: '#FF6699'}"
35
:labels="{unchecked: 'Disabled button'}"
36
:disabled="true"/>
37
+
38
+ <toggle-button :value="true"
39
+ :labels="{checked: 'Button', unchecked: 'Collor'}"
40
+ :color="{checked: '#7DCE94', unchecked: '#82C7EB'}"
41
+ :width="80"
42
+ :buttonBackground="{checked: 'linear-gradient(red, yellow)', unchecked: '#F2C00B'}"/>
43
</div>
44
<div style="padding-top: 20px;">
45
<toggle-button
0 commit comments