Display a snippet of copyable code for the command line.
import { Snippet } from "@/components/ui/snippet-1"; export default function CustomWidthDemo() { return <Snippet text="npm init next-app" width="300px" />; }
Part of Geist — browse the full library on 21st.dev.