Class

CollapsibleDivider

CollapsibleDivider(props) → {React.ReactElement}

Constructor

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

Overview

A horizontal divider with an arrow button at the beginning. The arrow is going to point different directions - rightwards or downwards, based on expanded property.
Parameters:
Name Type Attributes Description
props Object
onClick function <optional>

Callback fired when the component was clicked on.

expanded boolean <optional>

If true the ExpandButton will be pointing downwards.

View Source Utils/DataDisplay/CollapsibleDivider.js, line 79

React.ReactElement