Components
Modern code editor component with frosted glass effects, smooth animations, and dual-tab interface. Features theme support and syntax highlighting.
Loading preview...
import { Component } from "@/components/ui/code-block";
export default function DemoOne() {
return <Component />;
}