New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-bell-icon

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bell-icon

SVG bell icon for react with animations

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
162
increased by12.5%
Maintainers
1
Weekly downloads
 
Created
Source

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:

PropsTypeDescription
widthstringwidth of bell icon, default is 40
heightstringheight of bell icon, default is 40
animationSpeedstringAnimation speed in seconds, default is 0.3
colorstringColor for icon, default is black(#000)
animatebooleanControl whether bell should animate or not, default value = false
activebooleanControl whether bell is active or not, default value = false
styleobjectFor inline style, applied to SVG tag

Keywords

FAQs

Package last updated on 01 Jul 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc