Components
Loading preview...
A sleek, fully functional terminal-style component built with React and TypeScript. Features a retro ASCII art header, command-line navigation, custom command addition capability. Note : All the commands and content is simulated this is not a real terminal.
npx shadcn@latest add https://21st.dev/r/abhinavcdev/interactive-portfolio-terminal-componentimport PortfolioTerminal from "@/components/ui/interactive-portfolio-terminal-component";
export default function DemoOne() {
return <PortfolioTerminal />;
}