MCPcopy Create free account
hub / github.com/MagicCube/agentara / NodeContent

Function NodeContent

web/src/components/ai-elements/node.tsx:61–63  ·  view source on GitHub ↗
({ className, ...props }: NodeContentProps)

Source from the content-addressed store, hash-verified

59export type NodeContentProps = ComponentProps<typeof CardContent>;
60
61export const NodeContent = ({ className, ...props }: NodeContentProps) => (
62 <CardContent className={cn("p-3", className)} {...props} />
63);
64
65export type NodeFooterProps = ComponentProps<typeof CardFooter>;
66

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected