react-colorful

created:5/17/2021
updated:5/17/2021
loc
46
comments
2%
passed
1
failed
1
coverage
33%

Saturation

avatar of Vlad Shilov
react-colorful
5.0.0
import { Saturation } from 'react-colorful';

Overview

{ "s": 50, "v": 50 }
Name
Description
Default
hsva
HsvaColor
-
onChange
(newColor: { s: number; v: number; }) => void
-

Commits

Date
Author
Commit Message
10/22/2020

Vlad Shilov

avatar of Vlad Shilov
Replace CSS modules with static class names
10/20/2020

Vlad Shilov

avatar of Vlad Shilov
Add `round` util
10/12/2020

Vlad Shilov

avatar of Vlad Shilov
Fix pointer displaying in Safari 14
9/25/2020

Vlad Shilov

avatar of Vlad Shilov
Move comments
9/24/2020

Vlad Shilov

avatar of Vlad Shilov
Rename `limit` to `clamp` and add tests
9/24/2020

Vlad Shilov

avatar of Vlad Shilov
Fix saturation pointer color
9/24/2020

Vlad Shilov

avatar of Vlad Shilov
Reduce RgbaStringColorPicker size a bit
9/24/2020

Vlad Shilov

avatar of Vlad Shilov
Bunch of optimizations
9/23/2020

Vlad Shilov

avatar of Vlad Shilov
Update snapshots
9/23/2020

Vlad Shilov

avatar of Vlad Shilov
ARIA attributes, keyboard support
17 commits
package
imports
peer
react
^17.0.0
React
*
file
imports
"./Interactive"
InteractiveInteraction
"./Pointer"
"../../types"
HsvaColor
"../../utils/convert"
hsvaToHslString
"../../utils/clamp"
clamp
"../../utils/round"
round