Alert
Extends:
react~Component → Alert
Alert is component to present simple message in modal window with OK button.
Access
Stage.Basic.Alert
Usage
<Alert message='This is the message'
open={true}
onDismiss={()=>{}}/>
Alert is component to present simple message in modal window with OK button.
Stage.Basic.Alert
<Alert message='This is the message'
open={true}
onDismiss={()=>{}}/>