1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript11,679 stars (11,679 stars)946 forks (946 forks)batch import
enhancementhelp wanted
Description
Contributor guide
- Tech stack
- htmlcssreact
- Domain
- frontenddesign
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- React basicsSVG gradients
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the repository's components, particularly the CSS files for color picker skins (e.g., ChromePicker, SketchPicker) to find instances of CSS background gradients. Then, replace each gradient with an inline SVG gradient defined in the component's render method or a separate SVG file. Ensure the SVGs mirror the same color stops and direction as the original CSS gradients. The issue lacks specific acceptance criteria, so it may be worthwhile to ask maintainers for preferred implementation details.