Overflow Container
Last updated: 2.2.0 (02/02/2024) | Added: 2.2.0
Usage
import { OverflowContainer } from "@valence-ui/core";
function MyComponent() {
return (
<OverflowContainer
direction="vertical"
width="100%"
height="100%"
>
// Container children...
</OverflowContainer>
)
}Props
Property
Type
Description
OverflowDirection
Last updated