created:5/17/2021
updated:5/17/2021
loc
14
comments
0
passed
1
failed
1
coverage
100%

HsvaStringColorPicker

avatar of Vlad Shilov
avatar of Ryan Christian

Component

import { HsvaStringColorPicker } from 'react-colorful';

Overview

hsv(1, 96%, 97%, 0.2)

Properties

Name
Description
Default
className
string
-
color
string
-
onChange
((newColor: string) => void)
-

Commits

Date
Author
Commit Message
9/15/2020

Vlad Shilov

avatar of Vlad Shilov
Fix default value
9/15/2020

Ryan Christian

avatar of Ryan Christian
feat(component): Adding HsvaString component
2 commits

External dependencies

package
imports
peer
react
^17.0.0
React
*

Internal dependencies

file
imports
"./common/AlphaColorPicker"
"../types"
ColorModelColorPickerBaseProps
"../utils/compare"
equalColorString
"../utils/convert"
hsvaStringToHsvahsvaToHsvaString

Component JSX

<AlphaColorPicker
colorModel
/>
AlphaColorPicker
from"./common/AlphaColorPicker"