Socket
Socket
Sign inDemoInstall

preact-social

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    preact-social

A library of social sharing buttons for preact projects


Version published
Weekly downloads
6
Maintainers
1
Created
Weekly downloads
 

Readme

Source

preact-social

A library of social sharing buttons for preact projects

Install

$ npm install --save preact-social

Usage

import { h } from 'preact';
import {FacebookShare, TwitterIcon} from 'preact-social';

// Share icon
<FacebookShare
  url={url}
  size={size}
  fill='#fff'
  background='#3B5998'
  circle
/>

// Renders only the icon
<TwitterIcon
  size={size}
  fill='#fff'
/>

DEMO

Supported Share Icons

Share IconProperties
FacebookShareurl
size
fill
background
circle
TwitterSharetext
url
size
fill
background
circle
WhatsAppSharetext
url
size
fill
background
circle
RedditShareurl
size
fill
background
circle
LinkedinSharetext
url
summary
source
size
fill
background
circle
PinterestSharetext
url
size
fill
background
circle
TelegramSharetext
url
size
fill
background
circle
EmailSharetext
url
size
fill
background
circle

Properties

url

Type: String
Default: none

size

Type: Integer
Default: 32

The size attribute defines the size of the social icons.

fill

Type: Hex
Default: #000

The fill attribute specifies the color of the icons.

background

Type: Hex
Default: #000

The background attribute specifies the color of the icon background (parent element).

circle

Type: true
Default: false

The circle attribute, when passed, renders the icons in a circular container.

License

MIT © Varun A P

Acknowledgements

  • Icons from Simple Icons

Keywords

FAQs

Last updated on 13 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc