react-colorful

created:5/17/2021
updated:5/17/2021
loc
42
comments
12%
passed
1
failed
1
coverage
0%

HexColorInput

avatar of Vlad Shilov
react-colorful
5.0.0

Input control to enter hexadecimal color values

import { HexColorInput } from 'react-colorful';

Overview

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)

Commits

Date
Author
Commit Message
9/23/2020

Vlad Shilov

avatar of Vlad Shilov
HexColorInput: Improve paste from clipboard
9/14/2020

Vlad Shilov

avatar of Vlad Shilov
Allow to pass custom `onBlur` callback
9/14/2020

Vlad Shilov

avatar of Vlad Shilov
Improve HexColorInput typing
9/5/2020

Vlad Shilov

avatar of Vlad Shilov
Update paths
9/5/2020

Vlad Shilov

avatar of Vlad Shilov
Rename HexInput to HexColorInput
5 commits
package
imports
peer
react
^17.0.0
ReactuseStateuseEffectuseCallback
*
file
imports
"../hooks/useEventCallback"
useEventCallback
"../utils/validate"
validHex