Hi, I tried to run two of your examples on a mac with python 3.14 (brew)
https://github.com/AnswerDotAI/fasthtml-example/tree/main/01_todo_app
https://github.com/AnswerDotAI/fasthtml-example/tree/main/annotate_text
Both failed complaining about "Card" and "Group" missing
After some digging in your docs - I found that adding this line fixed it for both examples.
from fasthtml.pico import *
Otherwise fasthtml seems very nice!
Regards
Hi, I tried to run two of your examples on a mac with python 3.14 (brew)
https://github.com/AnswerDotAI/fasthtml-example/tree/main/01_todo_app
https://github.com/AnswerDotAI/fasthtml-example/tree/main/annotate_text
Both failed complaining about "Card" and "Group" missing
After some digging in your docs - I found that adding this line fixed it for both examples.
from fasthtml.pico import *
Otherwise fasthtml seems very nice!
Regards