Terminal
A fully interactive terminal component with command history, custom commands, and authentic terminal styling.
Terminal
Installation
npm install @radix-ui/react-scroll-area lucide-react
Usage
import { Terminal } from "@/components/ui/terminal"
export function MyComponent() {
return (
<Terminal title="Custom Terminal" className="w-full max-w-2xl" />
)
}