Hi all,
Very stoked about the release of shiny for python. I am very new to python and I was wondering if there are any resources similar to GitHub - nanxstats/awesome-shiny-extensions: ๐ Awesome R packages that offer extended UI or server components for the R web framework Shiny that would help me identify widgets that I could use in my apps.
In particular, I would love to find python widgets equivalents of
- DT/reactable to display a table with filtering etc.
- Shiny validate to validate user input
- Waiter for loading screens etc
Thanks
Iain