Layout
Last updated: 2.0.0 (22/01/2024)
GenericLayoutProps
Extends GenericProps
.
color
CSSProperties["color"]
Sets color
css property.
backgroundColor
CSSProperties["backgroundColor"]
Sets background-color
css property.
padding
CSSProperties["padding"]
Sets padding
css property.
margin
CSSProperties["margin"]
Sets margin
css property.
width
CSSProperties["width"]
Sets width
css property.
height
CSSProperties["height"]
Sets height
css property.
GenericFloatingLayoutProps
Extends GenericLayoutProps
.
position
CSSProperties["position"]
Sets position
css property.
zIndex
CSSProperties["zIndex"]
Sets z-index
css property.
top
CSSProperties["top"]
Sets top
css property.
right
CSSProperties["right"]
Sets right
css property.
bottom
CSSProperties["bottom"]
Sets bottom
css property.
left
CSSProperties["left"]
Sets left
css property.
Last updated
Was this helpful?