Style, Sizes
width
, maxWidth
, minWidth
number | percent
Sets the width of the block. In pixels as an absolute value, or in percentages as a relative value to the width of the parent container. maxWidth
takes precedence over width
. minWidth
takes precedence over maxWidth
and width
.
height
, maxHeight
, minHeight
number | percent
Sets the height of the block. In pixels as an absolute value, or in percentages as a relative value to the height of the parent container. maxHeight
takes precedence over height
. minHeight
takes precedence over maxHeight
and height
.
overflow
'visible' | 'hidden'
Default: 'hidden'
Property of the container.
Determines how child elements are displayed when they take up excess space beyond the container's boundaries.