MCPcopy Create free account
hub / github.com/bytebase/dbhub / FrameTitle

Function FrameTitle

frontend/src/components/ui/frame.tsx:48–56  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

46}
47
48function FrameTitle({ className, ...props }: React.ComponentProps<"div">) {
49 return (
50 <div
51 className={cn("font-semibold text-sm", className)}
52 data-slot="frame-panel-title"
53 {...props}
54 />
55 );
56}
57
58function FrameDescription({
59 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected