Skip to content
Drivn logoDrivn
Changelog
v1.13.0March 2026

Context Menu, Navigation Menu

Two new components for navigation and interaction. ContextMenu provides right-click menus with submenus, keyboard shortcuts, and icons. NavigationMenu handles horizontal nav bars with dropdown content panels.

What's new

Context Menu

A right-click context menu with full dot notation API. Supports submenus, keyboard shortcut labels, icons, item groups with labels, separators, disabled and destructive item variants. Pure React and Tailwind with no external dependencies.

1npx drivn add context-menu

Navigation Menu

A horizontal navigation menu with dropdown content panels. Triggers open on hover with smooth transitions, and the content supports rich layouts with links, descriptions, and icons. Follows the same dot notation pattern as Dropdown and other compound components.

1npx drivn add navigation-menu