WidthVariantsinterface

{
	width?: WidthVariant | undefined;
	grow?: boolean | undefined;
}
PropertyType
.widthWidthVariant
Width of the element.
.growboolean
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".