Skip to content

Commit e0f2d82

Browse files
committed
chore(ui-switch): Add sample demo for implementing "sizes with indeterminate"
1 parent 8a934cb commit e0f2d82

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: packages/ui/src/components/va-switch/VaSwitch.demo.vue

+16
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,22 @@
230230
indeterminate
231231
/>
232232
</VbCard>
233+
<VbCard title="Sizes with indeterminate">
234+
<va-switch
235+
v-model="valueIndeterminate"
236+
indeterminate
237+
size="small"
238+
/>
239+
<va-switch
240+
v-model="valueIndeterminate"
241+
indeterminate
242+
/>
243+
<va-switch
244+
v-model="valueIndeterminate"
245+
indeterminate
246+
size="large"
247+
/>
248+
</VbCard>
233249
<VbCard title="Indeterminate with custom indeterminate value">
234250
<div>
235251
{{ valueIndeterminateCustom }}

0 commit comments

Comments
 (0)