react-bell-icon

1.0.1 • Public • Published

react-bell-icon npm npm

SVG bell icon for react with animations (2.71kB only)

Demo: https://gauravchl.github.io/react-bell-icon/demo/

screen shot 2017-10-02 at 12 11 33 pm

Install:

npm install react-bell-icon

Use:

import BellIcon from 'react-bell-icon';
 
<BellIcon width='40' active={true} animate={true} />
 

Props:

Props Type Description
width string width of bell icon, default is 40
height string height of bell icon, default is 40
animationSpeed string Animation speed in seconds, default is 0.3
color string Color for icon, default is black(#000)
animate boolean Control whether bell should animate or not, default value = false
active boolean Control whether bell is active or not, default value = false
style object For inline style, applied to SVG tag

Dependents (0)

Package Sidebar

Install

npm i react-bell-icon

Weekly Downloads

240

Version

1.0.1

License

MIT

Unpacked Size

8.69 kB

Total Files

6

Last publish

Collaborators

  • gauravchl