Code Line

One-line code snippet with a monospace pill and a tiny language tag on the right.

const greeting = "Hello, Beste!";ts

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Code1 } from "@/components/beste/piece/code1";

<Code1
  code="const greeting = \"Hello, Beste!\";"
  language="ts"
/>