Skip to content

james-ga11agher/AsciiDocPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

AsciiDocPlayground

Sample Uses

Informational

    <Notification
      notificationMessage="Yay a message"
      type={NOTIFICATION_TYPES.DEFAULT}
    />

Succussful

    <Notification
      notificationMessage="Yay a successful message"
      type={NOTIFICATION_TYPES.SUCCESSFUL}
    />

Warning

    <Notification
      notificationMessage="Yay a warning message"
      type={NOTIFICATION_TYPES.WARNING}
    />

Error

    <Notification
      notificationMessage="Yay a error message"
      type={NOTIFICATION_TYPES.CRITICAL}
    />

R7 Branded

    <Notification
      notificationMessage="Yay a branded message"
      type={NOTIFICATION_TYPES.BRANDED}
      onCloseNotification={() => alert('Close Me')}
    />
  </div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published