Notification stable

The notification component shows some information.

Example

Update available
New content available, please refresh your page.
Success
Your item was successfully created.
Warning
Please save all your data before refresh the page.
Unexpected behavior
Something goes wrong, please try again later.
<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