Navigation
MegaMenu
Full-width dropdown with columns, icons, descriptions, and a CTA strip.
Quick Preview
Hover the navigation items to open the mega menu panels.
Page content area
Installation
// Copy fromsrc/components/navigation/MegaMenu.tsx
Usage
import MegaMenu from '@/components/navigation/MegaMenu'<MegaMenulogo={<span className="font-bold text-primary">Nexus</span>}triggers={[{label: 'Products',columns: [{heading: 'Platform',items: [{ icon: 'โก', label: 'Core', description: 'The foundational platform', href: '/core' },],},],cta: { label: 'View all โ', href: '/products', description: 'Compare plans' },},]}/>
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
triggers* | MegaMenuTrigger[] | - | Nav items with column data |
logo | React.ReactNode | - | Logo slot |