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 |
React.ReactElement