diff options
author | Peter Volf <do.volfp@gmail.com> | 2024-07-08 19:50:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 11:50:42 -0600 |
commit | 89b9e2afa5fbc62ab7a22292e84f41d7da25447e (patch) | |
tree | 4880dce846c70468f0f34cc30dc10d004f8eefa8 | |
parent | 10f45c321ed4e978d7b0e1ccedd331e30a3e67ac (diff) | |
download | htmx-89b9e2afa5fbc62ab7a22292e84f41d7da25447e.tar.gz htmx-89b9e2afa5fbc62ab7a22292e84f41d7da25447e.zip |
Added a FastAPI + TailwindCSS + DaisyUI example (#2695)
added a FastAPI + TailwindCSS + DaisyUI example
-rw-r--r-- | www/content/server-examples.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md index 4226010c..04e0fe46 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -44,6 +44,7 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/renceInbox/fastapi-todo> - <https://github.com/AutomationPanda/bulldoggy-reminders-app> +- <https://github.com/volfpeter/fastapi-htmx-tailwind-example> ### Flask |