Terminal
Retro terminal-style mega menu with monospace typography and command-line aesthetics.
Refresh preview
Share Component
Copy CLI command
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. |
