Terminal Demo
loomui/terminal-demoFreeExample
An install session typed out one command at a time.
Install it
npx shadcn@latest add https://loomui.design/r/terminal-demo.jsonSource
1import {2 Terminal,3 TerminalCommand,4 TerminalOutput,5} from "@/registry/loomui/terminal"67export default function TerminalDemo() {8 return (9 <Terminal title="~/acme-app" className="max-w-lg">10 <TerminalCommand>npx shadcn@latest add @loomui/terminal</TerminalCommand>11 <TerminalOutput delay={420}>Checking registry...</TerminalOutput>12 <TerminalOutput delay={520}>13 <svg14 viewBox="0 0 24 24"15 fill="none"16 stroke="currentColor"17 strokeWidth="3"18 strokeLinecap="round"19 strokeLinejoin="round"20 aria-hidden="true"21 className="text-accent inline-block size-3"22 >23 <path d="M20 6 9 17l-5-5" />24 </svg>{" "}25 Installed terminal.tsx26 </TerminalOutput>27 <TerminalOutput delay={260}>28 <svg29 viewBox="0 0 24 24"30 fill="none"31 stroke="currentColor"32 strokeWidth="3"33 strokeLinecap="round"34 strokeLinejoin="round"35 aria-hidden="true"36 className="text-accent inline-block size-3"37 >38 <path d="M20 6 9 17l-5-5" />39 </svg>{" "}40 Updated app/globals.css41 </TerminalOutput>42 <TerminalCommand>pnpm dev</TerminalCommand>43 <TerminalOutput delay={380}>44 ready on http://localhost:300045 </TerminalOutput>46 </Terminal>47 )48}
What it pulls in
Other registry items
Files it writes
More from loomui
All 91 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Aurora Backdrop Demoaurora-backdrop-demo | loomui | Examples | Free | no deps | |
| Bento Grid Demobento-grid-demo | loomui | Examples | Free | no deps | |
| Card Stack Democard-stack-demo | loomui | Examples | Free | no deps | |
| Compare Slider Democompare-slider-demo | loomui | Examples | Free | no deps | |
| Confetti Button Democonfetti-button-demo | loomui | Examples | Free | no deps | |
| Count Up Democount-up-demo | loomui | Examples | Free | no deps | |
| Credit Card Democredit-card-demo | loomui | Examples | Free | no deps | |
| Drawer Demodrawer-demo | loomui | Examples | Free | no deps |
