@vuukle/social-button
v6.0.1
Published
Social share button
Readme
Buttons List:
<>
<SocialButton type="google" onClick={() => alert('Share Google')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="facebook" onClick={() => alert('Share Facebook')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="twitter" onClick={() => alert('Share Twitter')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="linkedin" onClick={() => alert('Share LinkedIn')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="messenger" onClick={() => alert('Share Messenger')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="whatsapp" onClick={() => alert('Share WhatsApp')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="reddit" onClick={() => alert('Share Reddit')} />
<span style={{ margin: '0 5px' }} />
<SocialButton type="email" onClick={() => alert('Share Email')} />
</>