Manual Reference Source
import PopupHelp from 'cloudify-stage/basic/PopupHelp.js'
public class | source

PopupHelp

Extends:

react~React.Component → PopupHelp

PopupHelp is a component which uses Popup component to display help popup

Access

Stage.Basic.PopupHelp

Usage

PopupHelp

<PopupHelp trigger={<Icon name='help' />} content={'Help information'} />

Static Member Summary

Static Public Members
public static

propTypes

Static Public Members

public static propTypes: * source

propTypes

Properties:

NameTypeAttributeDescription
content any

help popup content

header any
  • optional
  • default: ''

help popup header

trigger any
  • optional

help popup triggering element (on hover and focus)