Py.Cafe

iisakkirotko/

solara-link-navigation-example

Solara Link Navigation Example

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
5
6
7
import solara


@solara.component
def Page():
    with solara.Link("/foo#bar"):
        solara.Button("Go there")