react-component / react-component/slider
Allow for custom/override classes for each part of slider (track, fill, rail, handle)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 768
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 5
Description
Is there an option where I can overwrite the following classes with my unique selectors?
".rc-slider-rail, ".rc-slider-track..." my only option right now is to manipulate the DOM and to
add my own selectors and remove the default ones.
Thanks,
Jeph
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 inspecting the slider component's existing public props and the rendering of the rail, track, fill, and handle classes listed in the issue. Done means callers can provide unique selectors for each part without manipulating the DOM or removing default classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100