Display a snippet of copyable code for the command line.
import { Snippet } from "@/components/ui/snippet-1"; export default function MultiLineDemo() { return ( <div className="w-3/4"> <Snippet text={["cd project", "now"]} /> </div> ); }
Part of Geist — browse the full library on 21st.dev.