-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Notifications
Sanya Boriskin edited this page Aug 5, 2019
·
5 revisions
<va-notification
v-model="isVisible"
color="info"
closeable
>
<va-badge color="success"> Paid </va-badge>
You successfully read this important alert message.
</va-notification>
-
color
- String (default: 'success') - use this property to set the color of the notification. We can choose one color from a set of theme colors (primary, secondary, info, error, warning) -
value
- Boolean - use:value="true"
to set visibility of the notification -
closeable
- Boolean - use:closeable="true"
to add close icon on the right side of notification. Both with value get possibility to hide notification