Components

MockupCode

MockupCode — a terminal-style frame that shows a short block of commands or code, complete with the window chrome and a gutter for per-line prefixes. Use it in docs and onboarding to demonstrate a command someone runs (`$ yarn install`) or the output they should expect; pass a `prefix` per line for the `$`/`>` markers and a `className` like `text-warning` to tint a status line. It is illustrative, not interactive — reach for a real code editor or copyable snippet when people need to run the commands themselves.