Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 764 Bytes

hermes.md

File metadata and controls

20 lines (14 loc) · 764 Bytes

Simple Examples

This file contains basic examples and explains the parameters that can be used for the components.


Notification Icon

<x-hermes-notification-icon type="warning" />

<x-hermes-notification-icon type="success" :notification="$notification" />
<x-hermes-notification-icon type="warning" :notification="$notification" />
<x-hermes-notification-icon type="danger" :notification="$notification" />
<x-hermes-notification-icon type="blocked" :notification="$notification" />
<x-hermes-notification-icon type="comment" :notification="$notification" />
<x-hermes-notification-icon type="mention" :notification="$notification" />

<x-hermes-notification-icon type="warning" :notification="$notification" state-color="bg-green-100" />