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 downwards

If 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 Required

    Specifies the content of the Scrollable.

  • className string

    Additional classnames for this component.