docs(drawer): update

This commit is contained in:
Benjamin Canac
2024-08-22 16:58:47 +02:00
parent 7b278b041c
commit 5428005512
9 changed files with 262 additions and 19 deletions

View File

@@ -10,6 +10,10 @@ export default defineNuxtConfig({
bodyAttrs: {
class: 'antialiased font-sans text-gray-700 dark:text-gray-200 bg-white dark:bg-gray-900'
}
},
rootAttrs: {
'vaul-drawer-wrapper': '',
'class': 'bg-white dark:bg-gray-900'
}
},
@@ -129,6 +133,7 @@ export default defineNuxtConfig({
'UChip',
'UCollapsible',
'UContextMenu',
'UDrawer',
'UDropdownMenu',
'UFormField',
'UIcon',