nicedouble / StreamlitAntdComponents

A Streamlit component to display Antd-Design
https://nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app/
MIT License
409 stars 28 forks source link

[Button] Don't open the link in the same page instead of a new page #43

Open Elijas opened 7 months ago

Elijas commented 7 months ago
image

Functionality of

<a href="/" target="_self">Go to home page</a>

instead of

<a href="/">Go to home page</a>

when a button is clicked

e.g.

sac.ButtonsItem(label='link', icon='share-fill', href='/', target='_self'),
Elijas commented 7 months ago

Related https://github.com/streamlit/streamlit/issues/7464