Terminal
Brutalist, text-based log or command interface
Preview
Terminal
Welcome to Brutal Terminal
Type "help" for available commands
Props
prompt
Command prompt character
theme
Terminal color theme
blinkCursor
Blinking cursor animation
autoScroll
Auto-scroll to latest output
Code
<Terminal
prompt="$"
theme="dark"
blinkCursor={true}
autoScroll={true}
lines={[
'Welcome to Brutal Terminal',
'Type "help" for available commands',
]}
/>