Home > @uniformdev/design-system > CardContainer

CardContainer() function

Uniform Card Container

Signature:

Parameters

ParameterTypeDescription
{ bgColor, padding, withLastColumn, children, ...props }CardContainerProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<CardContainer><Card title="card title" /></CardContainer>