PopupHelp
Extends:
react~React.Component → PopupHelp
PopupHelp is a component which uses Popup component to display help popup
Access
Stage.Basic.PopupHelp
Usage

<PopupHelp trigger={<Icon name='help' />} content={'Help information'} />
Static Member Summary
| Static Public Members | ||
| public static |
propTypes: * propTypes |
|
Static Public Members
public static propTypes: * source
propTypes
Properties:
| Name | Type | Attribute | Description |
| content | any | help popup content |
|
| header | any |
|
help popup header |
| trigger | any |
|
help popup triggering element (on hover and focus) |
Manual
Reference
Source
