build: added unocss

This commit is contained in:
Константин Уколов
2024-07-30 11:09:17 +03:00
parent 689743a056
commit 8eddb57125
5 changed files with 612 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@
<div class="flex justify-between">
<h1>Welcome to Nuxt UI Starter</h1>
<ColorScheme><USelect v-model="$colorMode.preference" :options="['system', 'light', 'dark']" /></ColorScheme>
<UButton icon="i-heroicons-pencil-square"/>
</div>
</template>
<UButton icon="i-heroicons-book-open" to="https://ui.nuxt.com" target="_blank">Open Nuxt UI Documentation</UButton>