playground(collapsible): use placeholder component

This commit is contained in:
Benjamin Canac
2024-03-18 11:31:04 +01:00
parent f5c0259961
commit a12ccbc052

View File

@@ -7,7 +7,7 @@
</UButton> </UButton>
<template #content> <template #content>
<div class="bg-primary-500 dark:bg-primary-400 rounded-md h-12 w-full" /> <Placeholder class="h-24 w-full" />
</template> </template>
</UCollapsible> </UCollapsible>
</template> </template>