MCPcopy Index your code
hub / github.com/Openpanel-dev/openpanel / WidgetBody

Function WidgetBody

apps/start/src/components/widget.tsx:53–55  ·  view source on GitHub ↗
({ children, className }: WidgetBodyProps)

Source from the content-addressed store, hash-verified

51 className?: string;
52}
53export function WidgetBody({ children, className }: WidgetBodyProps) {
54 return <div className={cn('p-4', className)}>{children}</div>;
55}
56
57export interface WidgetEmptyStateProps {
58 icon: LucideIcon;

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected