google / mesop

Build delightful web apps quickly in Python
https://google.github.io/mesop/
Apache License 2.0
4.85k stars 225 forks source link

Add a link component #236

Closed wwwillchen closed 1 week ago

wwwillchen commented 2 months ago

Also, people want to create download links, which you can do in markdown but it's not straightforward:

      me.markdown(f"""<a href="{state.contents}" download="{state.name}">Download {state.name}</a>""")