File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 10
10
- Tic Tac Toe(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/applications/tic_tac_toe/app.py)
11
11
12
12
## Dynamic User Interface (Htmx)
13
+ - Active Search(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/active_search/app.py)
13
14
- Animations(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/animations/app.py)
14
15
- Bulk Update(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/bulk_update/app.py)
15
16
- Cascading Dropdowns(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/cascading_dropdowns/app.py)
Original file line number Diff line number Diff line change @@ -493,6 +493,9 @@ def homepage():
493
493
</example>
494
494
</category>
495
495
<category name="Dynamic User Interface (Htmx)">
496
+ <example name="Active Search">
497
+ 404: Not Found
498
+ </example>
496
499
<example name="Animations">
497
500
import random
498
501
from fasthtml.common import *
You can’t perform that action at this time.
0 commit comments