Navigation & Structure
Terminal
Retro terminal-style mega menu with monospace typography and command-line aesthetics.
terminalretromonospacecommand-line
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
buttonPrefix | string | "$" | Command prefix character. |
buttonCommand | string | "./open_menu.sh" | Command text. |
links | Array<{label: string}> | [] | Array of navigation links. |
backgroundColor | string | "#1a1a1a" | Background color (hex, rgb, or hsl). |
buttonTextColor | string | "#22c55e" | Button text color. |
menuBgColor | string | "#0d0d0d" | Menu background color. |