Skip to content

[BUG] fasthtml-example(s) missing import (with fix) #898

Description

@ahillbo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions