mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
feat(InputMenu): new component (#86)
This commit is contained in:
@@ -10,9 +10,9 @@ describe('Checkbox', () => {
|
||||
it.each([
|
||||
// Props
|
||||
['with defaultValue', { props: { defaultValue: true } }],
|
||||
['with id', { props: { id: 'custom-id' } }],
|
||||
['with name', { props: { name: 'custom-name' } }],
|
||||
['with value', { props: { value: 'custom-value' } }],
|
||||
['with id', { props: { id: 'id' } }],
|
||||
['with name', { props: { name: 'name' } }],
|
||||
['with value', { props: { value: 'value' } }],
|
||||
['with disabled', { props: { disabled: true } }],
|
||||
['with icon', { props: { icon: 'i-heroicons-heart' } }],
|
||||
['with indeterminate', { props: { indeterminate: true } }],
|
||||
|
||||
Reference in New Issue
Block a user