mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
chore(Button): remove truncate prop to always use on label
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user