mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -44,7 +44,9 @@ describe('Accordion', () => {
|
||||
['with type', { props: { ...props, type: 'multiple' as const } }],
|
||||
['with disabled', { props: { ...props, disabled: true } }],
|
||||
['with collapsible', { props: { ...props, collapsible: false } }],
|
||||
['with unmountOnHide', { props: { ...props, unmountOnHide: false } }],
|
||||
['with trailingIcon', { props: { ...props, trailingIcon: 'i-lucide-plus' } }],
|
||||
['with as', { props: { ...props, as: 'section' } }],
|
||||
['with class', { props: { ...props, class: 'w-96' } }],
|
||||
['with ui', { props: { ...props, ui: { item: 'border-[var(--ui-border-accented)]' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user