We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52aaa3 commit bad417fCopy full SHA for bad417f
docs/examples/python/use-params.py
@@ -6,7 +6,7 @@
6
@component
7
def user():
8
params = use_params()
9
- return html.h1(f"User {params['id']} 👤")
+ return html._(html.h1(f"User {params['id']} 👤"), html.p("Nothing (yet)."))
10
11
12
0 commit comments