mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
11 lines
215 B
Vue
11 lines
215 B
Vue
<template>
|
|
<div class="flex gap-1.5">
|
|
<UCollapsible>
|
|
<UButton label="Open" />
|
|
|
|
<template #content>
|
|
<div class="bg-red-500 h-12" />
|
|
</template>
|
|
</UCollapsible>
|
|
</div>
|
|
</template> |