MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / MenubarShortcut

Function MenubarShortcut

src/components/ui/menubar.tsx:197–211  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<"span">)

Source from the content-addressed store, hash-verified

195}
196
197function MenubarShortcut({
198 className,
199 ...props
200}: React.ComponentProps<"span">) {
201 return (
202 <span
203 data-slot="menubar-shortcut"
204 className={cn(
205 "text-muted-foreground ml-auto text-xs tracking-widest",
206 className
207 )}
208 {...props}
209 />
210 )
211}
212
213function MenubarSub({
214 ...props

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected