MCPcopy Index your code
hub / github.com/21st-dev/1code / CanvasDialogHeader

Function CanvasDialogHeader

src/renderer/components/ui/dialog.tsx:141–146  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

139
140// Canvas dialog header (no border, just padding)
141const CanvasDialogHeader = ({
142 className,
143 ...props
144}: React.HTMLAttributes<HTMLDivElement>) => (
145 <div className={cn("px-5 py-4", className)} {...props} />
146)
147CanvasDialogHeader.displayName = "CanvasDialogHeader"
148
149// Canvas dialog body (content area)

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected