feat(NavigationMenu): add trigger type in items

This commit is contained in:
Benjamin Canac
2025-05-22 12:50:29 +02:00
parent 02363994d6
commit 9cf9f25f44
2 changed files with 14 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ const items = [
label: 'Components',
icon: 'i-lucide-box',
to: '/components/navigation-menu',
type: 'trigger',
active: true,
defaultOpen: true,
children: [{