casesandberg / casesandberg/react-color
HSL Slider moving outside of the color_picker
Open
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
[SilderImageIssuse](https://i.imgur.com/k6kmSz2.png)
import React from 'react';
import {ChromePicker} from "react-color";
class App extends React.Component{
render(){
return(
);
}
onColorChange(color){
console.log(color);
}
}
export default App;
Contributor guide
Research direction
Start by reproducing the provided ChromePicker example and observing the HSL slider behavior shown in the linked screenshot. Inspect the ChromePicker and its HSL slider rendering; done means the slider stays within the color picker while being moved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100