Home Manual Reference Source
public class | source

Confirm

Extends:

react~Component → Confirm

Confirm is a wrapper component to present simple Yes/No confirmation modal window.

It wraps Semantic UI-React's Confirm component, so all properties of that component (eg. content, header, ...) can be used here.

Access

Stage.Basic.Confirm

Usage

Confirm

<Confirm content='Are you sure you want to remove this blueprint?'
         open={true}
         onConfirm={()=>{}}
         onCancel={()=>{}} />