chore(Button): remove truncate prop to always use on label

This commit is contained in:
Benjamin Canac
2024-06-11 17:39:27 +02:00
parent e4eef89767
commit 655d9b2c97
8 changed files with 285 additions and 305 deletions

View File

@@ -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