Gengar UI

Terminal

A fully interactive terminal component with command history, custom commands, and authentic terminal styling.

Terminal
Welcome to Gengar UI Terminal
Type 'help' for available commands
$

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" />
  )
}