first commit
This commit is contained in:
14
resources/js/views/demos/components/alert/DemoAlertBasic.vue
Normal file
14
resources/js/views/demos/components/alert/DemoAlertBasic.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="demo-space-y">
|
||||
<VAlert color="primary">
|
||||
Good Morning! Start your day with some alerts.
|
||||
</VAlert>
|
||||
<VAlert
|
||||
title="Alert Title"
|
||||
type="error"
|
||||
closable
|
||||
>
|
||||
Alert content
|
||||
</VAlert>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user