render NitroKit::CommandPalette.new(
id: "gallery-command-palette-workspace",
label: "Search workspace…",
placeholder: "Search destinations…",
shortcut: false
) do |palette|
palette.destination("Dashboard", href: "#dashboard", description: "Workspace overview")
palette.destination("Projects", href: "#projects", description: "Active and archived work")
palette.destination(
"Billing",
href: "#billing",
description: "Plans, invoices, and payment methods"
)
palette.destination("Team members", href: "#team-members")
palette.destination(
"Buttons",
href: "/gallery/components/button",
description: "Component reference"
)
end