CLI Terminal
Live animated terminal showing the installation flow. Drop it in your docs.
Component Showcase
CLI Terminal
Live animated terminal showing the installation flow. Drop it in your docs.
GSAPTimeline
Live animated terminal showing the installation flow. Drop it in your docs.
Live animated terminal showing the installation flow. Drop it in your docs.
Select how you want to add this component to your project
import { CliTerminal } from "@/components/cli-terminal";
export default function Page() {
return (
<main className="flex min-h-screen items-center justify-center bg-[#050505] p-8">
<CliTerminal />
</main>
);
}Feed this prompt to Claude, ChatGPT, or Gemini to quickly write custom integrations, layouts, or configure props for this component on your system.
