Context Menu
A production-ready component built with React and Tailwind CSS
Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/context-menuUsage
Import and use the component in your application
import { ContextMenu } from "@/components/ui/context-menu"
export function Example() {
return <ContextMenu />
}Preview
Interactive preview of the component
Right-click here