mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 00:15:05 +01:00
chore: up
This commit is contained in:
12
playground/compodium/examples/UDrawerExample.vue
Normal file
12
playground/compodium/examples/UDrawerExample.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<UDrawer>
|
||||
<UButton
|
||||
color="neutral"
|
||||
variant="outline"
|
||||
label="Open Drawer"
|
||||
/>
|
||||
<template #body>
|
||||
<div class="size-96" />
|
||||
</template>
|
||||
</UDrawer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user