mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
chore: up
This commit is contained in:
12
playground/compodium/examples/UModalExample.vue
Normal file
12
playground/compodium/examples/UModalExample.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<UModal>
|
||||
<UButton
|
||||
label="Open Modal"
|
||||
color="neutral"
|
||||
variant="outline"
|
||||
/>
|
||||
<template #content>
|
||||
<div class="h-72" />
|
||||
</template>
|
||||
</UModal>
|
||||
</template>
|
||||
Reference in New Issue
Block a user