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