purityselect_admin/resources/js/views/demos/components/alert/DemoAlertOutlined.vue
2024-10-25 19:58:19 +05:00

46 lines
1.3 KiB
Vue

<template>
<div class="demo-space-y">
<VAlert
variant="outlined"
color="primary"
>
Duis vel nibh at velit scelerisque suscipit. Praesent blandit laoreet nibh. Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
</VAlert>
<VAlert
variant="outlined"
color="secondary"
>
Praesent venenatis metus at tortor pulvinar varius. Aenean commodo ligula eget dolor. Praesent ac massa at ligula laoreet iaculis.
</VAlert>
<VAlert
variant="outlined"
color="success"
>
Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Suspendisse non nisl sit amet velit hendrerit rutrum.
</VAlert>
<VAlert
variant="outlined"
color="info"
>
Marshmallow jelly beans toffee. Sweet roll lemon drops muffin biscuit. Gummies jujubes halvah dessert cream croissant.
</VAlert>
<VAlert
variant="outlined"
color="warning"
>
Tootsie roll candy canes wafer icing sweet jelly macaroon. Caramels icing fruitcake chocolate cake cake donut.
</VAlert>
<VAlert
variant="outlined"
color="error"
>
Jelly beans dragée jelly. Cotton candy danish chocolate cake. Carrot cake pastry jelly beans gummi bears.
</VAlert>
</div>
</template>