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

Function FrameHeader

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

Source from the content-addressed store, hash-verified

36}
37
38function FrameHeader({ className, ...props }: React.ComponentProps<"header">) {
39 return (
40 <header
41 className={cn("flex flex-col px-5 py-4", className)}
42 data-slot="frame-panel-header"
43 {...props}
44 />
45 );
46}
47
48function FrameTitle({ className, ...props }: React.ComponentProps<"div">) {
49 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected