1
2
3
4
5
6
7
import solara @solara.component def Page(): with solara.Link("/foo#bar"): solara.Button("Go there")