couetilc / react-social-icons

svg social icons in react

Home Page:https://react-social-icons.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functionality to open in new tab

yenicelik opened this issue · comments

commented

Is there any functionality to open the link in a new tab, rather than redirecting in the current tab?

@yenicelik the root html element of the <SocialIcon /> component is an anchor element. Simply pass a prop "target" to the component in order to control the anchor tag's target attribute

Specifically for you,

<SocialIcon target="_blank" /> // on click, opens in new tab or window