kivymd / KivyMD

KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
https://kivymd.readthedocs.io
MIT License
2.14k stars 655 forks source link

MDColorPicker missing in v2.0 master branch #1624

Open givver opened 4 months ago

givver commented 4 months ago

KivyMD v2.0 seams to have removed a lot of things that my app uses like MDColorPicker, MDRaisedButton, etc. Where can I find a list of the widgets that have been removed and what too replaced them with. I have figured out the MDButton now has a style for the different buttons.

What do I use to replace the MDColorPicker?