material-ui
material-ui copied to clipboard
[Slider][base] Convert code to TypeScript
Convert the SliderUnstyled and related modules (everything inside mui-base/src/SliderUnstyled) to TypeScript, to increase consistency with other MUI Base components. There should be no functional changes. Use other components as a reference.
Can i work on this issue
i want to contribute to open source it would be great if u assign this to me
I've assigned FocusTrap to you. Once you're done with it, you can work on this one as well.
hi @michaldudak can i work with this
It's all yours!
Let me know if you encounter any problems along the way. The Unstyled Slider is likely the most complex of the Base components still written in JS.
@michaldudak i've created PR https://github.com/mui/material-ui/pull/35445 for this issue.
@michaldudak I see that there are issues to convert code to typescript for mui base components but i couldn't find issues which converts mui core components to typescript. Are mui core components not planned to convert to typescript yet? If not can I pick any component and convert
Do you mean Material UI components? If so, we don't plan to convert them. We will gradually reimplement them using MUI Base once it's stable and use Typescript then.