CardA
CardA(__namedParameters: PropsWithChildren<CardAProps>): ReactElementParameters
__namedParameters: PropsWithChildren<CardAProps>
CardA(__namedParameters: PropsWithChildren<CardAProps>): ReactElement__namedParameters: PropsWithChildren<CardAProps>
Renders a card around some content.
The props type is defined as a separate interface which must be exported!
This is our recommended way to define React components as it makes your code more readable. The minor drawback is you must click the
CardAPropslink to see the component's props.