Members
:string
ACTIVESemantic for anything related to something currently active.
This is highly contextual.
:string
DIRTYSemantic for anything related to something that has been changed, and is not yet saved.
:string
ERRORSemantic for anything related to an error, or dangerous behavior that often requires user action.
:string
INFOSSemantic for anything related to general information.
:string
LOADINGSemantic for something that is loading and will lead to a noticeable outcome.
Use LOADING
when a progress can be communicated to the user, otherwise prefer WAITING
.
:string
PROCESSINGSemantic for anything related to processing.
This is an alternative state for LOADING
, for cases where no noticeable outcome is expected.
:string
READYSemantic for anything related to something being ready.
:string
WAITINGSemantic for anything that requires the user to wait.
This is an alternative state for LOADING
, when no visible progress can be provided to the user.
:string
WARNINGSemantic for anything related to anything that should be important & emphasized to the used.