0.16.2 • Published 2 months ago

react-awesome-stars-rating v0.16.2

Weekly downloads
101
License
MIT
Repository
github
Last release
2 months ago

React Awesome Stars Rating · GitHub license npm version Build Status codecov

React Awesome Stars Rating is a simple star component with easy integration for your React applications.

Table of Contents

Previews

react-awesome-stars-rating preview

Features

  • Half stars
  • Custom size and color
  • Value shows with high precision
  • Easy integration with Redux
  • Accessibility
  • SVG Icons

Installation

npm install react-awesome-stars-rating

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import ReactStarsRating from 'react-awesome-stars-rating';

const onChange = (value) => {
  console.log(`React Stars Rating value is ${value}`);
};

const ReactStarsExample = ({ value }) => {
  return <ReactStarsRating onChange={onChange} value={value} />;
};

ReactDOM.render(<ReactStarsExample />, document.getElementById('root'));

Documentation

NameDescriptionTypeDefault
idIdentifierString${Date.now()}
valueValueNumber0
onChangeA function, that will be invoked when value have changedFunctionnull
isEditIf true the rating is in editing modeBooleantrue
isHalfIf true half stars are availableBooleantrue
countCount of the starsNumber5
sizeSize of the starsNumber25
starGapGap between the starsNumber0
classNameClass name for button containerString''
primaryColorStar's color when star is activeString'orange'
secondaryColorStar's color when star isn't activeString'grey'
isArrowSubmitLeft arrow or right arrow click onvokes onChangeBooleanfalse

Examples

You can see live examples by below links:

0.16.2

2 months ago

0.16.1

4 months ago

0.15.0

7 months ago

0.13.7

11 months ago

0.13.8

11 months ago

0.14.0

10 months ago

0.13.6

1 year ago

0.13.3

1 year ago

0.13.4

1 year ago

0.13.5

1 year ago

0.13.1

1 year ago

0.13.2

1 year ago

0.12.0

2 years ago

0.13.0

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.92

5 years ago

0.1.91

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

1.0.0

6 years ago