mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Button): button link not showing disabled classes (#2189)
This commit is contained in:
committed by
GitHub
parent
523493105e
commit
7c2adf2f7f
@@ -21,6 +21,7 @@ describe('Button', () => {
|
||||
['with loading', { props: { loading: true } }],
|
||||
['with loadingIcon', { props: { loading: true, loadingIcon: 'i-heroicons-sparkles' } }],
|
||||
['with disabled', { props: { label: 'Button', disabled: true } }],
|
||||
['with disabled and with link', { props: { label: 'Button', disabled: true, to: '/link' } }],
|
||||
['with block', { props: { label: 'Button', block: true } }],
|
||||
['with square', { props: { label: 'Button', square: true } }],
|
||||
['with class', { props: { class: 'rounded-full font-bold' } }],
|
||||
|
||||
Reference in New Issue
Block a user