Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-circle-blink

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-circle-blink

'Simple React Circle Blink Module'

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

React Star Rating Lite

React Circle Blink is a simple blink component for react code.

alt text alt text

Installation

You can install react-circle-blink component using the npm package manager:

npm install --save react-circle-blink

Dependencies

The react-circle-blink component peer depends on the React and StyledComponentslibrary.

You can install React and related dependencies using npm too:

npm install --save react
npm install --save styled-components

How to Use

1.) Require the react-circle-blink Component

var CircleBlink = require('react-circle-blink');

2.) Start using it

<CircleBlink/>

Features

  • Set color of the star using color property.
<CircleBlink color="red"/>

Any color code can be provided. If not specified, the value will be defaulted to 'orange'.

  • Can increase/decrease the size of the stars using weight property. weight is measured in px.
<CircleBlink weight="24"/>

If weight it not specified, the value will be defaulted to 30px

Keywords

FAQs

Package last updated on 09 Aug 2018

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