React Alegrify UI

Notification

Variants

Success

Success

Some text indicating what was successful

<Notification
      success
      title="Success"
    >
      Some text indicating what was successful
    </Notification>

Info

Info

Some info...

<Notification
      info
      title="Info"
    >
      Some info...
    </Notification>

Warning

Warning

Some warning...

<Notification
      warning
      title="Warning"
    >
      Some warning...
    </Notification>

Error

Error

Some error...

<Notification
      error
      title="Error"
    >
      Some error...
    </Notification>