Social feed cards with a right-click context menu to upvote, downvote, reply, and report posts with a nested report submenu.
import { Pattern } from "@/components/ui/v-context-menu-14"; export default function Default() { return ( <div className="flex min-h-[420px] w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.