react-component / react-component/slider
Array of steps
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 768
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 5
Description
Does component support array of steps?
For example,I have props = { step: [20,30,100], min: 0, max: 100}, and i want slider only able to move, first location 20, second 30,and last 100
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the slider entry point and its existing handling of the min, max, and step props. Compare the requested array of positions with the current slider behavior and examples; the work is done when the requested positions can be selected and existing scalar-step behavior remains clear and supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100