Home > @uniformdev/design-system > CardContainer
CardContainer() function
Uniform Card Container
Signature:
CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) => _emotion_react_jsx_runtime.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
{ bgColor, padding, withLastColumn, children, ...props } | CardContainerProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<CardContainer><Card title="card title" /></CardContainer>