created:5/17/2021
updated:5/17/2021
loc
42
comments
12%
passed
1
failed
1
coverage
0%
react-colorful
5.0.0Input control to enter hexadecimal color values
Name | Description | Default | |
|---|---|---|---|
InputHTMLAttributes(31 properties) | |||
| accept | string | - | |
| alt | string | - | |
| autoComplete | string | - | |
| autoFocus | boolean | - | |
| capture | stringboolean | - | |
| checked | boolean | - | |
| crossOrigin | string | - | |
| disabled | boolean | - | |
| form | string | - | |
| formAction | string | - | |
| formEncType | string | - | |
| formMethod | string | - | |
| formNoValidate | boolean | - | |
| formTarget | string | - | |
| height | stringnumber | - | |
| list | string | - | |
| max | stringnumber | - | |
| maxLength | number | - | |
| min | stringnumber | - | |
| minLength | number | - | |
| multiple | boolean | - | |
| name | string | - | |
| pattern | string | - | |
| placeholder | string | - | |
| readOnly | boolean | - | |
| required | boolean | - | |
| size | number | - | |
| src | string | - | |
| step | stringnumber | - | |
| type | string | - | |
| width | stringnumber | - | |
HTMLAttributes(43 properties) | |||
AriaAttributes(48 properties) | |||
DOMAttributes(160 properties) | |||
ComponentProps(1 properties) | |||
package | imports | peer |
|---|---|---|
react ^17.0.0 | ReactuseStateuseEffectuseCallback | * |
file | imports |
|---|---|
| "../hooks/useEventCallback" | useEventCallback |
| "../utils/validate" | validHex |