stable
NotificationThe notification component shows some information.
Example
Update available
Success
Warning
Unexpected behavior
<v-notification title="Update available" message="New content available, please refresh your page." />
<v-notification type="success" title="Success" message="Your item was successfully created." />
<v-notification type="warning" title="Warning" message="Please save all your data before refresh the page." />
<v-notification type="error" title="Unexpected behavior" message="Something goes wrong, please try again later." />
1
2
3
4
2
3
4
← Modal Pagination →