Home > @uniformdev/design-system > CardContainer
CardContainer() function
Warning: This API is now obsolete.
Use the
FlexiCardcomponent from@uniformdev/design-systeminstead. It will be removed in the next major version.
Uniform Card Container
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| { bgColor, padding, withLastColumn, children, ...props } | CardContainerProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<CardContainer><Card title="card title" /></CardContainer>