react-component / react-component/slider
rendering but cant see the thumbnail?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 768
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 5
Description
this is how im using it:
<Slider
minValue={50}
max = {100}
style = {{
width: "100%",
height: "4px",
backgroundColor: "red"
}}
handleRender = {() => {
<div style = {{
width: "30px",
height: "30px",
backgroundColor: "blue",
border: "1px solid black"
}}>
</div>
}}
ariaLabelForHandle = {"hola"}
handleStyle = {[{
width: "30px",
height: "30px",
backgroundColor: "blue"
}]}
>
</Slider>
but when render i cant see the thumbnail
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 reproducing the provided usage, including handleRender and handleStyle, and inspect how the component renders its handle. Determine why the thumbnail or handle is not visible; done means the configured handle is visibly rendered with the supplied example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100