I would like to include a 5-star user editable rating in my dash app, similar to what's asked in this thread which leads to this github page where someone seem to have built it.
However, I am not sure how to leverage the work that person has done. Documentation on official website focuses on how to such components. Many blogs like this one also seem to give you tutorials on how to create such components.
What are the steps one should follow to other people's react components into a dash app? There is a plethora of those components outthere (good list here) so I assume there is an easy way to use them in my apps, just not sure how.
PS: apologies if I am just confused by the lenghty instructions. I am very familiar with dash and python, not at all with react and javascript...
