Open trigoporres opened 4 months ago
The Range component uses the react-input-range package, and it’s not maintained for 5 years and is not compatible with React 18.
Create a new Range component
Some libraries examples to use and examples to consider:
GitHub - tajo/react-range: 🎚️Range input with a slider. Accessible. Bring your own styles and markup.
npm: react-range-slider-input
React Slider component - Material UI
No response
What is the problem this feature will solve?
The Range component uses the react-input-range package, and it’s not maintained for 5 years and is not compatible with React 18.
What is the feature you are proposing to solve the problem?
Create a new Range component
Some libraries examples to use and examples to consider:
GitHub - tajo/react-range: 🎚️Range input with a slider. Accessible. Bring your own styles and markup.
npm: react-range-slider-input
React Slider component - Material UI
What alternatives have you considered?
No response