Components
CommandDeck is a versatile and feature-rich context menu component designed for modern web applications. It provides users with quick access to a wide range of actions, including item management, project organization, tagging, and collaboration features. With support for multi-level submenus, icons for visual guidance, and clearly separated action groups, ActionHub ensures that even complex workflows remain intuitive and accessible. Its responsive design and smooth hover interactions make it ideal for productivity tools, dashboards, and project management interfaces, allowing users to perform tasks efficiently without navigating away from the current view.
Loading preview...
import CommandDeck from "@/components/ui/command-deck";
export default function DemoOne() {
return <CommandDeck />;
}