mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 10:50:40 +01:00
fix(Button): button link not showing disabled classes (#2189)
This commit is contained in:
committed by
GitHub
parent
523493105e
commit
7c2adf2f7f
@@ -17,6 +17,10 @@ const variants = Object.keys(theme.variants.variant) as Array<keyof typeof theme
|
||||
<UButton disabled>
|
||||
Disabled
|
||||
</UButton>
|
||||
|
||||
<UButton to="#" disabled>
|
||||
Disabled Link
|
||||
</UButton>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<UButton loading>
|
||||
|
||||
Reference in New Issue
Block a user