MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DropdownMenuShortcut

Function DropdownMenuShortcut

components/ui/dropdown-menu.tsx:198–212  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<"span">)

Source from the content-addressed store, hash-verified

196}
197
198function DropdownMenuShortcut({
199 className,
200 ...props
201}: React.ComponentProps<"span">) {
202 return (
203 <span
204 data-slot="dropdown-menu-shortcut"
205 className={cn(
206 "ml-auto text-xs tracking-widest text-[var(--color-text-weak)]",
207 className
208 )}
209 {...props}
210 />
211 )
212}
213
214function DropdownMenuSub({
215 ...props

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected