Home > @uniformdev/design-system > CardProps
CardProps type
Signature:
type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
title?: string;
titleWithMarginBottom?: boolean;
children?: React$1.ReactNode;
menuItems?: JSX.Element;
menuButtonTestId?: string;
disabled?: boolean;
tag?: React$1.ElementType;
};