MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / ContentCard

Function ContentCard

app/src/components/ContentCard.tsx:3–5  ·  view source on GitHub ↗
(props: CardProps)

Source from the content-addressed store, hash-verified

1import { Card, type CardProps } from "@chakra-ui/react";
2
3const ContentCard = (props: CardProps) => (
4 <Card variant="outline" w="full" p={4} br={4} borderColor="gray.200" {...props} />
5);
6
7export default ContentCard;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected