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

HsvaColorPicker

avatar of Vlad Shilov

Component

import { HsvaColorPicker } from 'react-colorful';

Overview

{ "h": 213, "s": 50, "v": 50, "a": 0.2 }

Properties

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

Commits

Date
Author
Commit Message
10/20/2020

Vlad Shilov

avatar of Vlad Shilov
Round ouput values
9/11/2020

Vlad Shilov

avatar of Vlad Shilov
Create new pickers
2 commits

External dependencies

package
imports
peer
react
^17.0.0
React
*

Internal dependencies

file
imports
"./common/AlphaColorPicker"
"../types"
ColorModelColorPickerBasePropsHsvaColor
"../utils/compare"
equalColorObjects
"../utils/convert"
roundHsva

Component JSX

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