Class

StyledScrollable

StyledScrollable(props) → {React.ReactElement}

Constructor

# new StyledScrollable(props) → {React.ReactElement}

Overview

Provides a container with styled scrollbar used in Help.
Parameters:
Name Type Description
props Object

Any other props will be forwarded to the root element.

classes object

Override or extend the styles applied to the component.

className string

Add custom className to the div element.

onScroll function

Callback fired when scroll was used.

View Source Body/Help/Utils/StyledScrollable.js, line 40

React.ReactElement