mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
feat(InputMenu): new component (#86)
This commit is contained in:
@@ -11,8 +11,8 @@ describe('Input', () => {
|
||||
|
||||
it.each([
|
||||
// Props
|
||||
['with id', { props: { name: 'id' } }],
|
||||
['with name', { props: { name: 'username' } }],
|
||||
['with id', { props: { id: 'id' } }],
|
||||
['with name', { props: { name: 'name' } }],
|
||||
['with type', { props: { type: 'password' } }],
|
||||
['with placeholder', { props: { placeholder: 'Enter your username' } }],
|
||||
['with disabled', { props: { disabled: true } }],
|
||||
|
||||
Reference in New Issue
Block a user