mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
13 lines
207 B
Vue
13 lines
207 B
Vue
<template>
|
|
<UDrawer>
|
|
<UButton
|
|
color="neutral"
|
|
variant="outline"
|
|
label="Open Drawer"
|
|
/>
|
|
<template #body>
|
|
<div class="size-96" />
|
|
</template>
|
|
</UDrawer>
|
|
</template>
|