Slash-command flyout listing mono commands with hints beside them and a slash glyph prefix column.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav30 } from "@/components/beste/piece/nav30";
<Nav30
heading="Quick commands"
commands={[
{
"key": "/new",
"hint": "Start a new doc"
},
{
"key": "/todo",
"hint": "Insert a checklist"
},
{
"key": "/team",
"hint": "Mention a teammate"
},
{
"key": "/embed",
"hint": "Embed a link or file"
}
]}
/>URL-like path breadcrumb using mono segments with forward-slash dividers and a trailing chevron.
Shadow-lifted menu with icon rows, shortcut hints on the right, and a tinted destructive Delete action.
Full-width button that fires a command palette, paired with a search icon and a ⌘K kbd hint.
Right-click menu pointed by a corner arrow with icon rows and mono shortcut hints on the right.
Three-column footer link grid with uppercase section headings and plain-text links underneath each.
Nav flyout pairing a vertical product list with a gradient promo pane spotlighting a new release.