⚠️ refactor (form): refactor label component for improved styling and responsiveness
This commit is contained in:
No files matched your search
@@ -1,5 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
import type { AppConfigInput } from 'nuxt/schema'
|
||||
import type { HTMLAttributes, Ref } from 'vue'
|
||||
import { useEventListener, useMediaQuery, useVModel } from '@vueuse/core'
|
||||
import { TooltipProvider } from 'radix-vue'
|
||||
@@ -23,7 +22,7 @@ const props = withDefaults(
|
||||
{
|
||||
defaultOpen: true,
|
||||
open: undefined,
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
const emits = defineEmits<{
|
||||
@@ -92,7 +91,7 @@ provideSidebarContext({
|
||||
:class="
|
||||
cn(
|
||||
`group/sidebar-wrapper text-sidebar-foreground has-[[data-variant=inset]]:bg-sidebar flex min-h-svh w-full`,
|
||||
[props.class, sidebar?.side === 'right' ? 'flex-row-reverse' : '']
|
||||
[props.class, sidebar?.side === 'right' ? 'flex-row-reverse' : ''],
|
||||
)
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user