mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update input component
This commit is contained in:
@@ -16,7 +16,7 @@ type InputProps = {
|
|||||||
| 'white';
|
| 'white';
|
||||||
error?: boolean;
|
error?: boolean;
|
||||||
errorMessage?: string;
|
errorMessage?: string;
|
||||||
value?: string;
|
value?: string | number;
|
||||||
label?: string;
|
label?: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
type?: 'text' | 'email' | 'tel' | 'password' | 'file' | 'number';
|
type?: 'text' | 'email' | 'tel' | 'password' | 'file' | 'number';
|
||||||
|
|||||||
Reference in New Issue
Block a user