DevoInc / genesys-ui

Monorepo containing the codebase for the Genesys UI components library.
https://devoinc.github.io/genesys-ui/
MIT License
2 stars 0 forks source link

new Range component #61

Open trigoporres opened 4 months ago

trigoporres commented 4 months ago

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