<ScrollDiv>
<p>Scrollable content.</p><p>More content.</p><p>Keep going.</p><p>Done.</p>
</ScrollDiv>
ScrollDiv
src/components/layout.tsx
Import
import { ScrollDiv } from "@ossrandom/design-system";
Examples
API
extends BaseProps
| Prop | Type |
|---|---|
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; |