mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
feat: add transition-colors on hover effects
This commit is contained in:
@@ -21,19 +21,11 @@ const variants = Object.keys(theme.variants.variant)
|
||||
<UButton loading>
|
||||
Loading
|
||||
</UButton>
|
||||
|
||||
<UButton loading leading-icon="i-heroicons-rocket-launch">
|
||||
Loading
|
||||
</UButton>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<UButton loading trailing>
|
||||
Loading
|
||||
</UButton>
|
||||
|
||||
<UButton loading trailing-icon="i-heroicons-paper-airplane">
|
||||
Loading
|
||||
</UButton>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<UButton truncate class="w-16">
|
||||
|
||||
Reference in New Issue
Block a user