A compact card with an icon badge, title, description and a call-to-action link, useful for summaries, feature highlights or navigation shortcuts.
import VCard14 from "@/components/ui/v-card-14"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-6"> <VCard14 /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.