Optional heightAdjust component height
Example:
<height={100} />
Optional maxAdjust component maximum height
Example:
<maxHeight={100} />
Optional maxAdjust component maximum width
Example:
<maxwidth={100} />
Optional minAdjust component minimum height
Example:
<minHeight={100} />
Optional minAdjust component minimum width
Example:
<minWidth={100} />
Optional widthAdjust component width
Example:
<width={100} />
Accepted values for sizing elements.
See below for an example using some of the properties:
Example: