Components
Loading preview...
Display a snippet of copyable code for the command line.
@shugar
npx shadcn@latest add https://21st.dev/r/shugar/snippet-1import { Snippet } from "@/components/ui/snippet-1";
export default function CustomWidthDemo() {
return <Snippet text="npm init next-app" width="300px" />;
}