react-component / react-component/slider

Allow for custom/override classes for each part of slider (track, fill, rail, handle)

Open
#585 0 comments 3 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.