react-colorful

created:5/17/2021
updated:5/17/2021
loc
44
comments
7%
passed
3
failed
3
coverage
33%

Alpha

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

Overview

{ "a": 0.2 }
Name
Description
Default
className
string
-
hsva
HsvaColor
-
onChange
(newAlpha: { a: number; }) => void
-

Commits

Date
Author
Commit Message
10/22/2020

Vlad Shilov

avatar of Vlad Shilov
Simplify className statement
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
Fix gradient displaying in IE11
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
Update README
9/24/2020

Vlad Shilov

avatar of Vlad Shilov
Describe `Object.assign` usage
9/24/2020

Vlad Shilov

avatar of Vlad Shilov
Get rid of the spread operator polyfill
16 commits
package
imports
peer
react
^17.0.0
React
*
file
imports
"./Interactive"
InteractiveInteraction
"./Pointer"
"../../utils/convert"
hsvaToHslaString
"../../utils/format"
formatClassName
"../../utils/clamp"
clamp
"../../utils/round"
round
"../../types"
HsvaColor