mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -37,8 +37,9 @@ describe('Button', () => {
|
||||
['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' } }],
|
||||
['with ui', { props: { ui: { label: 'font-bold' } } }],
|
||||
['with as', { props: { label: 'Button', as: 'div' } }],
|
||||
['with class', { props: { label: 'Button', class: 'rounded-full font-bold' } }],
|
||||
['with ui', { props: { label: 'Button', ui: { label: 'font-bold' } } }],
|
||||
// Slots
|
||||
['with default slot', { slots: { default: () => 'Default slot' } }],
|
||||
['with leading slot', { slots: { leading: () => 'Leading slot' } }],
|
||||
|
||||
Reference in New Issue
Block a user