mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 01:10:40 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -22,9 +22,9 @@ describe('AvatarGroup', () => {
|
||||
|
||||
it.each([
|
||||
// Props
|
||||
['with as', { props: { as: 'span' } }],
|
||||
['with max', { props: { max: 2 } }],
|
||||
...sizes.map((size: string) => [`with size ${size}`, { props: { size } }]),
|
||||
['with as', { props: { as: 'span' } }],
|
||||
['with class', { props: { class: 'justify-start' } }],
|
||||
['with ui', { props: { ui: { base: 'rounded-lg' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user