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

HsvColorPicker

avatar of Vlad Shilov

Component

import { HsvColorPicker } from 'react-colorful';

Overview

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

Properties

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

Commits

Date
Author
Commit Message
9/11/2020

Vlad Shilov

avatar of Vlad Shilov
Migrate to alpha-channel colors
9/6/2020

Vlad Shilov

avatar of Vlad Shilov
Rename color types (RGB → RgbColor, etc)
9/5/2020

Vlad Shilov

avatar of Vlad Shilov
Named exports everywhere
9/5/2020

Vlad Shilov

avatar of Vlad Shilov
Update paths and exports
9/5/2020

Vlad Shilov

avatar of Vlad Shilov
Move component files
5 commits

External dependencies

package
imports
peer
react
^17.0.0
React
*

Internal dependencies

file
imports
"./common/ColorPicker"
"../types"
ColorModelColorPickerBasePropsHsvColor
"../utils/compare"
equalColorObjects
"../utils/convert"
hsvaToHsv

Component JSX

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