Popup
Extends:
react~Component → Popup
Popup is a component which wraps Popup used to display additional information popup.
See Popup component from Semantic-UI-React for details about props.
Access
Stage.Basic.Popup
Usage
<Popup>
<Popup.Trigger><Label icon="comment">Popup trigger</Label></Popup.Trigger>
<div>Popup content</div>
</Popup>