mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 12:39:35 +01:00
10 lines
214 B
Vue
10 lines
214 B
Vue
<template>
|
|
<UCollapsible class="w-48 mx-auto">
|
|
<UButton label="Open" color="gray" variant="subtle" />
|
|
|
|
<template #content>
|
|
<Placeholder class="h-48" />
|
|
</template>
|
|
</UCollapsible>
|
|
</template>
|