mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
docs(collapsible): update
This commit is contained in:
@@ -7,8 +7,8 @@ defineShortcuts({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCollapsible v-model:open="open" class="w-48 mx-auto">
|
||||
<UButton label="Open" color="gray" variant="subtle" />
|
||||
<UCollapsible v-model:open="open" class="w-48">
|
||||
<UButton label="Open" color="gray" variant="subtle" trailing-icon="i-heroicons-chevron-down-20-solid" block />
|
||||
|
||||
<template #content>
|
||||
<Placeholder class="h-48" />
|
||||
|
||||
Reference in New Issue
Block a user