Content
<Scroll dragEnabled={false} /><Scroll wheelEnabled={false} />// Horizontal
<Scroll direction="horizontal" />
// Vertical
<Scroll direction="vertical" />
// Locked
<Scroll direction="locked" />
// Both directions
<Scroll direction="both" />Last updated