4 lines
244 B
Plaintext
4 lines
244 B
Plaintext
|
|
<Input defaultValue="Hello world" inputProps={ariaLabel} />
|
||
|
|
<Input placeholder="Placeholder" inputProps={ariaLabel} />
|
||
|
|
<Input disabled defaultValue="Disabled" inputProps={ariaLabel} />
|
||
|
|
<Input defaultValue="Error" error inputProps={ariaLabel} />
|