Grouped command menu with keyboard navigation and an empty result state.
4,030
Bookmarks
10,400
Installs
97,300
Views
import { Boxes, FileText, Palette, Settings, User } from "lucide-react"
import { CommandPalette } from "@/components/ui/command-palette"
const items = [
{ group: "Navigation", label: "Go to components", icon: <Boxes className="size-4" />, hint: "G then C" },
{ group: "Navigation", label: "Go to templates", icon: <FileText className="size-4" />, hint: "G then T" },12 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Arc Interfaces — browse the full library on Nuxus.