mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
docs(collapsible): update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<UCollapsible class="w-48 mx-auto">
|
||||
<UButton label="Open" color="gray" variant="subtle" />
|
||||
|
||||
<template #content>
|
||||
<Placeholder class="h-48" />
|
||||
</template>
|
||||
</UCollapsible>
|
||||
</template>
|
||||
Reference in New Issue
Block a user