mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
13 lines
216 B
Vue
13 lines
216 B
Vue
<template>
|
|
<USlideover>
|
|
<UButton
|
|
color="neutral"
|
|
variant="outline"
|
|
label="Open Slideover"
|
|
/>
|
|
<template #body>
|
|
<div class="size-96" />
|
|
</template>
|
|
</USlideover>
|
|
</template>
|