StreamlitAntdComponents
StreamlitAntdComponents copied to clipboard
[Button] Don't open the link in the same page instead of a new page
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'),
Related https://github.com/streamlit/streamlit/issues/7464