chore(Button): remove truncate prop to always use on label

This commit is contained in:
Benjamin Canac
2024-06-11 17:39:27 +02:00
parent e4eef89767
commit 655d9b2c97
8 changed files with 285 additions and 305 deletions

View File

@@ -27,11 +27,6 @@ const variants = Object.keys(theme.variants.variant)
Loading
</UButton>
</div>
<div class="flex items-center gap-2">
<UButton truncate class="w-16">
Truncate
</UButton>
</div>
<div class="flex items-center gap-2">
<UButton v-for="variant in variants" :key="variant" icon="i-heroicons-rocket-launch" label="Button" :variant="(variant as any)" />
</div>