StreamlitAntdComponents icon indicating copy to clipboard operation
StreamlitAntdComponents copied to clipboard

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

Open Elijas opened this issue 1 year ago • 1 comments

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 avatar Feb 08 '24 20:02 Elijas

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

Elijas avatar Feb 12 '24 14:02 Elijas