Components
Loading preview...
Terminal Control Section Animated. Responsive, accessible UI with animated tabs and a code-diff preview powered by Framer Motion.
npx shadcn@latest add https://21st.dev/r/minhxthanh/terminal-control-section-animatedimport { TerminalControlSectionAnimated } from "@/components/ui/terminal-control-section-animated";
export default function DemoOne() {
return <TerminalControlSectionAnimated />;
}