mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -8,6 +8,9 @@ describe('Collapsible', () => {
|
||||
it.each([
|
||||
// Props
|
||||
['with open', { props }],
|
||||
['with as', { props: { ...props, as: 'section' } }],
|
||||
['with unmountOnHide', { props: { ...props, unmountOnHide: false } }],
|
||||
['with disabled', { props: { ...props, disabled: true } }],
|
||||
['with class', { props: { ...props, class: 'flex flex-col gap-2 w-48' } }],
|
||||
['with ui', { props: { ...props, ui: { content: 'bg-[var(--ui-bg-elevated)]' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user