aws-amplify / amplify-ui

Amplify UI is a collection of accessible, themeable, performant React (and more!) components that can connect directly to the cloud.
https://ui.docs.amplify.aws
Apache License 2.0
896 stars 285 forks source link

SliderField range option #5045

Open supinie opened 7 months ago

supinie commented 7 months ago

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Primitive components

Please describe your feature-request in detail.

Currently, the slider field can only be used to set one value. It would be nice to have a boolean prop that would enable the SliderField to represent a range, and include two thumbs, values etc.

The only work around I can find whilst still using amplify ui is to have two sliders and limit the values based on each other which is not particularly intuitive from a UX perspective.

Please describe a solution you'd like.

No response

We love contributors! Is this something you'd be interested in working on?

reesscot commented 7 months ago

@supinie Thank you for your feature request, we will consider this in our roadmap planning.