⚠️ refactor (form): refactor label component for improved styling and responsiveness
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import type { ToggleEmits, ToggleProps } from 'radix-vue'
|
||||
import type { HTMLAttributes } from 'vue'
|
||||
import type { ToggleVariants } from '.'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { Toggle, useForwardPropsEmits } from 'radix-vue'
|
||||
import { computed } from 'vue'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { toggleVariants } from '.'
|
||||
|
||||
const props = withDefaults(defineProps<ToggleProps & {
|
||||
|
||||
Reference in New Issue
Block a user