A right-click context menu with copy, cut, paste, and a destructive delete action, each labelled with an icon.
import ContextMenuIcons from "@/components/ui/context-menu-icons"; export default function Default() { return ( <div className="flex min-h-72 w-full items-center justify-center p-8"> <ContextMenuIcons /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.