okld / streamlit-elements

Create a draggable and resizable dashboard in Streamlit, featuring Material UI widgets, Monaco editor (Visual Studio Code), Nivo charts, and more!
MIT License
721 stars 83 forks source link

mui.Rating() #16

Open monika-sahay opened 2 years ago

monika-sahay commented 2 years ago

I trying to implement star rating in streamlit app, but mui.Rating is throwing errors, I'm not able to define handle_change function and hence I'm getting errors, is it possible to implement that? Thank you