Components
This component is an advanced context menu designed for dashboards or task management interfaces. It provides right-click actions such as opening the dashboard, refreshing data, exporting reports, and more. Users can also access nested submenus for moving items to projects, assigning tasks, or adding tags, keeping related actions grouped and organized. With keyboard shortcuts and a compact, clean layout, it allows quick, intuitive access to multiple contextual actions without cluttering the main interface.
Loading preview...
import AdvancedContextMenu from "@/components/ui/advanced-context-menu";
export default function DemoOne() {
return <AdvancedContextMenu />;
}