React Alegrify UI
Notification
Variants
Success
<Notification
      success
      title="Success"
    >
      Some text indicating what was successful
    </Notification>Info
<Notification
      info
      title="Info"
    >
      Some info...
    </Notification>Warning
<Notification
      warning
      title="Warning"
    >
      Some warning...
    </Notification>Error
<Notification
      error
      title="Error"
    >
      Some error...
    </Notification>