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

Function KbdGroup

src/components/ui/kbd.tsx:18–26  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

16}
17
18function KbdGroup({ className, ...props }: React.ComponentProps<"div">) {
19 return (
20 <kbd
21 data-slot="kbd-group"
22 className={cn("inline-flex items-center gap-1", className)}
23 {...props}
24 />
25 )
26}
27
28export { Kbd, KbdGroup }

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected