CardA
CardA(__namedParameters: PropsWithChildren<CardAProps>): ReactElement
Parameters
__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
CardAProps
link to see the component's props.