From aa7d1b9f12a135173379567c747bfe62ffd275da Mon Sep 17 00:00:00 2001 From: Nan Xiao <me@nanx.me> Date: Sun, 28 Jul 2024 22:40:19 -0400 Subject: [PATCH] Add py-shinyswatch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8782e2d..6d97a27 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ add packages to the list. - [Books](#books) - [Videos / Screencasts](#videos--screencasts) - [Shiny for Python](#shiny-for-python) + - [Python - Theming](#python---theming) - [Python - UI Components](#python---ui-components) - [Python - Deploy](#python---deploy) - [Python - Persistent Data Storage](#python---persistent-data-storage) @@ -753,6 +754,10 @@ add packages to the list. ## Shiny for Python +### Python - Theming + +- [py-shinyswatch](https://github.com/posit-dev/py-shinyswatch) - Bootswatch themes for py-shiny. + ### Python - UI Components - [py-htmltools](https://github.com/posit-dev/py-htmltools) - Tools for creating, manipulating, and writing HTML from Python.