Initial commit

This commit is contained in:
2025-08-04 16:33:07 +03:30
commit f798e8e35c
9595 changed files with 1208683 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<template>
<div class="demo-space-y">
<VAlert
variant="tonal"
color="primary"
>
Maecenas nec odio et ante tincidunt tempus. Sed mollis, eros et ultrices tempus.
</VAlert>
<VAlert
variant="tonal"
color="secondary"
>
Nullam tincidunt adipiscing enim. In consectetuer turpis ut velit.
</VAlert>
<VAlert
variant="tonal"
color="success"
>
Vestibulum ullamcorper mauris at ligula. Nulla porta dolor.
</VAlert>
<VAlert
variant="tonal"
color="info"
>
Praesent blandit laoreet nibh. Praesent nonummy mi in odio. Phasellus tempus. Mauris turpis nunc.
</VAlert>
<VAlert
variant="tonal"
color="warning"
>
Marzipan topping croissant cake sweet roll ice cream soufflé chocolate. Jelly beans chupa chups tootsie roll biscuit.
</VAlert>
<VAlert
variant="tonal"
color="error"
>
Marzipan topping croissant cake sweet roll ice cream soufflé chocolate. Jelly beans chupa chups tootsie roll biscuit.
</VAlert>
</div>
</template>