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

Function NodeFooter

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

Source from the content-addressed store, hash-verified

65export type NodeFooterProps = ComponentProps<typeof CardFooter>;
66
67export const NodeFooter = ({ className, ...props }: NodeFooterProps) => (
68 <CardFooter
69 className={cn("rounded-b-md border-t bg-secondary p-3!", className)}
70 {...props}
71 />
72);

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected