chore(Collapsible): add flex flex-col gap-2 on root

This commit is contained in:
Benjamin Canac
2024-07-30 16:46:42 +02:00
parent 0ddadc9b3b
commit cae27d5206
4 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ describe('Collapsible', () => {
it.each([
// Props
['with open', { props }],
['with class', { props: { ...props, class: 'space-y-2' } }],
['with class', { props: { ...props, class: 'gap-4' } }],
['with ui', { props: { ...props, ui: { content: 'bg-gray-50 dark:bg-gray-800' } } }],
// Slots
['with default slot', { props, slots: { default: () => 'Default slot' } }],