mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Button): remove truncate prop to always use on label
This commit is contained in:
@@ -24,7 +24,6 @@ describe('Button', () => {
|
||||
['with disabled', { props: { label: 'Button', disabled: true } }],
|
||||
['with block', { props: { label: 'Button', block: true } }],
|
||||
['with square', { props: { label: 'Button', square: true } }],
|
||||
['with truncate', { props: { label: 'Button', truncate: true } }],
|
||||
['with class', { props: { class: 'rounded-full font-bold' } }],
|
||||
['with ui', { props: { ui: { label: 'font-bold' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user