1.0.10 • Published 2 years ago

reactjs-rating-component v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

reactjs-rating-component

A rating component built using React.js

NPM JavaScript Style Guide

Install

npm install --save reactjs-rating-component

Usage

import React, { Component } from 'react'

import RatingComponent from 'reactjs-rating-component'

class Example extends Component {
  render() {
    return <>
        <RatingComponent heading="C#" subheading="6 months" rate="2" starColor="purple" />
        <RatingComponent heading="Java" subheading="11 years" rate="4" />
        <RatingComponent heading="JavaScript" subheading="10 years" rate="4" headingColor='purple' subheadingColor='orange' starColor="green" />
        <RatingComponent heading="Node.js" subheading="6 months" rate="3" starColor="purple" />
        <RatingComponent heading="React" subheading="6 months" rate="2" headingColor='#FF0000' subheadingColor='#00FF00' starColor="#0000FF" />
    </>
  }
}

Example Image

License

MIT © adafycheng

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago