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