Overflow Container
Last updated: 2.2.0 (02/02/2024) | Added: 2.2.0
The Overflow Container allows its children content to scroll freely within a set parent's boundaries. By default, this container will only scroll vertically and will grow to 100% of its parent's width and height.
Usage
Props
Extends GenericProps
.
Property
Type
Description
direction
OverflowDirection
The direction the container allows its inner content to scroll. Defaults to "vertical"
.
width
CSSProperties["width"]
The width of the container.
height
CSSProperties["height"]
The height of the container.
innerProps
Optional props to pass to the inner flex component.
OverflowDirection
Last updated
Was this helpful?