Skip to main content

Status

A widget to dipslay status

  • props
PropertyDescriptionTypeDefault
typestatus typesuccess | info | warning | error | invalid-
statusthe text for displaying statusstring-
stylecustomize style of statusany-
<Status 
type={'success'}
status={'SUCCESS STATUS'}
style={{ marginTop: 12, }}
/>
<Status
type={'info'}
status={'PROCESS STATUS'}
style={{ marginTop: 12 }}
/>
<Status
type={'error'}
status={'ERROR STATUS'}
style={{ marginTop: 12 }}
/>
<Status
type={'warning'}
status={'PENDING STATUS'}
style={{ marginTop: 12 }}
/>
<Status
type={'invalid'}
status={'ENDING STATUS'}
style={{ marginTop: 12 }}
/>

status