Navigation & Structure
Cyberdeck
Cyberpunk-inspired mega menu with glitch effects and neon aesthetics.
cyberpunkglitchneonfuturistic
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
menuTitle | string | "Netrun_v2" | Menu title text. |
columns | Array<{title: string, items: string[]}> | [] | Array of menu columns with title and items. |
backgroundColor | string | "#050505" | Background color (hex, rgb, or hsl). |
navBgColor | string | "#facc15" | Navigation button background color. |
menuBorderColor | string | "#facc15" | Menu border color. |
itemHoverColor | string | "#22d3ee" | Item hover text color. |