Notification#

Properties

On Dark Surface

Type

Border

Message

Left Icon

Right Icon

Adding action to the Notification#

HTML#

<button
  class="notification notification-success notification-border"
  onClick="doSomething();"
>
  <span class="icon" role="img" aria-hidden="true">checkmark</span>
  <span class="notification-content">your message here</span>
  <span class="icon" role="img" aria-hidden="true">arrow-light-right</span>
</button>

@tinka/react#

Properties

On Dark Surface

Type

Border

Message

Props

nametypedefaultdescription