react-animated-social-icons
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

React Animated Social Icons

Build Status

A minimalistic animation library of svg icons to redirect users to your social webpages!

icons snapshot Icons made by Pixel perfect from www.flaticon.com

📃 Download/Install

$ npm install react-animated-social-icons --save

This package has @emotion as a peer dependency. Make sure to install them if you don't have them already.

$ npm install @emotion/core @emotion/styled --save-dev

👍 Usage

Customize your icon interactions with the animation prop.

import {AnimatedSocialIcon} from 'react-animated-social-icons'
 
<AnimatedSocialIcon
    brandName="github"
    url="https://github.com/meko-deng/react-animated-social-icons"
    animation="bounce"
    defaultColor="#D1D1D1"
    hoverColor="black"
    width="2em"
    animationDuration={0.8}
    style={{padding: '5em'}}
    />

Live Demo

Documentation

For a full list of functionalities, check out the Documentation

✍️ Want to Contribute?

If you found a bug, or have any questions. Do post an issue

Pull requests are welcome!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    143
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    143
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i react-animated-social-icons

Weekly Downloads

143

Version

1.1.0

License

ISC

Unpacked Size

253 kB

Total Files

66

Last publish

Collaborators

  • meko-deng