Terminal Demo 1
nyxui/terminal-demo1FreeExample
Example showing a terminal.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://nyxui.com/r/terminal-demo1.jsonSource
1import React from "react";2import InteractiveTerminal from "../ui/terminal";3import { Coffee } from "lucide-react";45export default function TerminalDemo2() {6 return (7 <div className="flex flex-col gap-12 w-full max-w-4xl mx-auto">8 <div className="overflow-hidden shadow-lg transform transition-all hover:shadow-amber-500/50">9 <InteractiveTerminal10 command="brew --coffee latte"11 icon={<Coffee className="mr-2" />}12 variant="retro"13 steps={[14 "Taking your order...",15 "Grinding fresh beans...",16 "Heating water to 93°C...",17 "Extracting espresso shot...",18 "Steaming milk to perfection...",19 "Adding artistic foam design...",20 ]}21 finalMessage={`22 ☕ ORDER COMPLETE! ☕2324 Your perfect latte is ready:25 - Double shot espresso (Ethiopian beans)26 - Silky steamed oat milk27 - Artisanal foam leaf pattern2829 Enjoy your coffee and have a wonderful day!30 `}31 stepDelay={1200}32 promptSymbol="☕"33 className="rounded-md"34 />35 </div>36 </div>37 );38}
What it pulls in
Other registry items
Files it writes
More from shadcn/ui
All 68 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3D Layered Card Demo3d-layered-card-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Code Block Demoanimated-code-block-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Grainy Background Demoanimated-grainy-bg-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Text Demoanimated-text-demo | shadcn/ui | Examples | Free | no deps | |
| Apple Glass Effect Demoapple-glass-effect-demo | shadcn/ui | Examples | Free | no deps | |
| Bubble Background Demobubble-background-demo | shadcn/ui | Examples | Free | no deps | |
| Custom Cursor Democustom-cursor-demo | shadcn/ui | Examples | Free | no deps | |
| Cyberpunk Card Democyberpunk-card-demo | shadcn/ui | Examples | Free | no deps |
