mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -10,9 +10,9 @@ describe('Kbd', () => {
|
||||
it.each([
|
||||
// Props
|
||||
['with value', { props: { value: 'K' } }],
|
||||
['with as', { props: { value: 'K', as: 'span' } }],
|
||||
...sizes.map((size: string) => [`with size ${size}`, { props: { value: 'K', size } }]),
|
||||
...variants.map((variant: string) => [`with variant ${variant}`, { props: { value: 'K', variant } }]),
|
||||
['with as', { props: { value: 'K', as: 'span' } }],
|
||||
['with class', { props: { value: 'K', class: 'font-bold' } }],
|
||||
// Slots
|
||||
['with default slot', { slots: { default: () => 'Default slot' } }]
|
||||
|
||||
Reference in New Issue
Block a user