Skip to content

ami1906/react-circle-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published