Optional bottomA distance from the bottom.
Example:
<bottom={20} />
Optional leftA distance from the left.
Example:
<left={20} />
Optional positionThe element positioning.
Example:
<position="relative" />
Optional rightA distance from the right.
Example:
<right={20} />
Optional topA distance from the top.
Example:
<top={20} />
Optional zValue of z-index
Example:
<zIndex={1} />
Accepted values for enforcing element positioning.
See below for an example using some of the properties:
Exemplo básico: