basic setup with Svelte, Tailwind and DaisyUI

This commit is contained in:
2024-10-23 00:19:08 +05:30
parent 7b65f3313e
commit ad57664a3e
26 changed files with 2315 additions and 237 deletions

View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"
/>
</svg>

After

Width:  |  Height:  |  Size: 373 B