Dark mono code field with a language eyebrow, line-number gutter, and content lines on a foreground canvas.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input25 } from "@/components/beste/piece/input25";
<Input25
code="const answer = 42;
return answer * 2;"
language="typescript"
/>