microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
18.05k stars 2.69k forks source link

[Feature]: Add Range Slider Option in V9 react-slider #30617

Open pradeept95 opened 4 months ago

pradeept95 commented 4 months ago

Library

React Components / v9 (@fluentui/react-components)

Describe the feature that you would like added

We have a ranged slider option in V8, It would be very helpful if we had a similar capability in V9.

https://developer.microsoft.com/en-us/fluentui#/controls/web/slider

Have you discussed this feature with our team

No

Additional context

No response

Validations

Priority

Normal

tudorpopams commented 4 months ago

@spmonahan do you have any more insight for this feature? Is it something that can already be implemented with the v9 Slider?

spmonahan commented 4 months ago

Nope :) @micahgodbolt is the v9 CODEOWNER and will likely have insight.

micahgodbolt commented 3 months ago

This would be a net new control. The slider is a thin layer on top of a standard input. A 'Range' slider would require the custom UI to handle 100% of the eventing and keyboard interactivity.