figured out design system of nuxt ui

This commit is contained in:
2025-05-10 22:41:09 +02:00
parent 59310c5453
commit c7ebcf0b33
6 changed files with 59 additions and 6 deletions

View File

@@ -1,10 +1,12 @@
<script setup lang="ts">
import { UButton } from '#components';
</script>
<template>
<div>
indx
<UButton>Click me</UButton>
</div>
</template>