A compact card with a labeled icon header and a body containing descriptive text plus a link, ideal for documentation or resource callouts.
import Pattern from "@/components/ui/v-card-15"; export default function Default() { return ( <div className="flex min-h-64 w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.