Skip to content

Commit

Permalink
Use Nuxt UI toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Nov 2, 2024
1 parent df96fe7 commit 692d21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/components/forms/ToggleSwitchInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
</template>

<div class="flex space-x-2 items-center">
<v-switch
<UToggle
:id="id ? id : name"
v-model="compVal"
:disabled="disabled ? true : null"
:color="color"
:theme="theme"
/>

<div>
<slot name="label">
<label
Expand Down

0 comments on commit 692d21b

Please sign in to comment.