WidthVariantsinterface
{
width?: WidthVariant | undefined;
grow?: boolean | undefined;
}| Property | Type | |
|---|---|---|
.width | WidthVariant | Width of the element. |
.grow | boolean | Let the element grow past its width instead of staying exact. |
Variant props that set (or unconstrain) a component's width, e.g. width="narrow" or width="12x".