mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -25,9 +25,9 @@ describe('Breadcrumb', () => {
|
||||
it.each([
|
||||
// Props
|
||||
['with items', { props }],
|
||||
['with as', { props: { ...props, as: 'div' } }],
|
||||
['with labelKey', { props: { ...props, labelKey: 'icon' } }],
|
||||
['with separatorIcon', { props: { ...props, separatorIcon: 'i-lucide-minus' } }],
|
||||
['with as', { props: { ...props, as: 'div' } }],
|
||||
['with class', { props: { ...props, class: 'w-48' } }],
|
||||
['with ui', { props: { ...props, ui: { link: 'font-bold' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user