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,28 @@
<template>
<div class="demo-space-y">
<VAlert
prominent
type="info"
>
<template #text>
Macaroon I love tiramisu I love wafer apple pie jelly beans shortbread.
</template>
</VAlert>
<VAlert
color="success"
icon="tabler-school"
prominent
>
Cotton candy tart tiramisu lollipop gummi bears oat cake cupcake macaroon.
</VAlert>
<VAlert
icon="tabler-shield-lock"
prominent
type="warning"
>
Ice cream candy I love wafer bonbon gingerbread candy canes tiramisu.
</VAlert>
</div>
</template>