Components/Layout/ScrollDiv
component

ScrollDiv

src/components/layout.tsx

Import

import { ScrollDiv } from "@ossrandom/design-system";

Examples

Default

↗ Playground

API

extends BaseProps

PropType
direction Axis
height number | string
maxHeight number | string
width number | string
shadow boolean
contain boolean
thin boolean
children required ReactNode
onScroll (state: { scrollTop: number; scrollLeft: number; atTop: boolean; atBottom: boolean }) => void;