MCPcopy Create free account
hub / github.com/api-platform/website / CardProps

Interface CardProps

pwa/components/common/Card.tsx:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import Link from "components/common/Link";
5
6export interface CardProps extends PropsWithChildren {
7 padding?: boolean;
8 link?: string;
9 className?: string;
10 externalLink?: string;
11 bordered?: boolean;
12 hoverable?: boolean;
13}
14
15export default function Card({
16 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected