0.0.2 • Published 7 years ago
react-circle-blink v0.0.2
React Star Rating Lite
React Circle Blink is a simple blink component for react code.

Installation
You can install react-circle-blink component using the npm package manager:
npm install --save react-circle-blinkDependencies
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-componentsHow 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
colorproperty.
<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
weightproperty. weight is measured in px.
<CircleBlink weight="24"/>If weight it not specified, the value will be defaulted to 30px