Scrollable
Scrollable area adorned with top and bottom drop shadows on scroll detection
Shadow is shown on top if you scroll upwards Shadow is shown on bottom if you scroll downwardsIf you don't specify height you will get a default height per the Scrollable component (subject to change)
Basic usage of scrollable with provided height
With padding used by consumer
Scrollable Props API
children
node
RequiredSpecifies the content of the
Scrollable
.className
string
Additional classnames for this component.