mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(NavigationMenu): handle item.trailingIcon display
This commit is contained in:
@@ -52,7 +52,8 @@ const items = [
|
||||
label: 'NavigationMenu',
|
||||
icon: 'i-lucide-file',
|
||||
description: 'Display a list of links.',
|
||||
to: '/components/navigation-menu'
|
||||
to: '/components/navigation-menu',
|
||||
trailingIcon: 'i-lucide-check'
|
||||
}, {
|
||||
label: 'Pagination',
|
||||
icon: 'i-lucide-file',
|
||||
|
||||
Reference in New Issue
Block a user