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

Open url link with target _blank or new tab

ary21 opened this issue · comments

any sample code we can use social icon with link to open new tab when clicked, thanks

There you go:

<SocialIcon url={url} network="twitter" target="_blank" fgColor="#fff" style={{ height: 32, width: 32 }} />

This is an example I use in one of my projects.