Components
Terminal Control Section Animated. Responsive, accessible UI with animated tabs and a code-diff preview powered by Framer Motion.
Loading preview...
import { TerminalControlSectionAnimated } from "@/components/ui/terminal-control-section-animated";
export default function DemoOne() {
return <TerminalControlSectionAnimated />;
}