mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 13:47:55 +01:00
feat(Accordion/Breadcrumb/CommandPalette/ContextMenu/DropdownMenu/NavigationMenu/Tabs): add labelKey prop
This commit is contained in:
@@ -25,6 +25,7 @@ describe('Breadcrumb', () => {
|
||||
it.each([
|
||||
// Props
|
||||
['with items', { props }],
|
||||
['with labelKey', { props: { ...props, labelKey: 'icon' } }],
|
||||
['with separatorIcon', { props: { ...props, separatorIcon: 'i-heroicons-minus' } }],
|
||||
['with class', { props: { ...props, class: 'w-48' } }],
|
||||
['with ui', { props: { ...props, ui: { link: 'font-bold' } } }],
|
||||
|
||||
Reference in New Issue
Block a user