Home > @uniformdev/design-system > DashedBox

DashedBox() function

Uniform Dashed Box Component

Signature:

Parameters

ParameterTypeDescription
{ bgColor, textAlign, boxHeight, children, ...props }DashedBoxProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<DashedBox bgColor="white" boxHeight="md" textAlign="center"><h1>hello world</h1></DashedBox>