mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 10:50:40 +01:00
chore(Collapsible): add flex flex-col gap-2 on root
This commit is contained in:
@@ -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' } }],
|
||||
|
||||
Reference in New Issue
Block a user