@easyguide/rating

0.9.10 • Public • Published

@easyguide/rating

Components rating ui

NPM JavaScript Style Guide

Install

npm install --save @easyguide/rating

Usage Rating

import React, {Fragment} from 'react'
import Rating from '@easyguide/rating'

class Example extends Component {
  render() {
    return (
      <Fragment>
        <Rating
          initialRating={2}
          onChange={value => console.log(value)}
        />
      </Fragment>
    )
  }
}

License

MIT © iamtchelo

Readme

Keywords

none

Package Sidebar

Install

npm i @easyguide/rating

Weekly Downloads

0

Version

0.9.10

License

MIT

Unpacked Size

12.1 kB

Total Files

7

Last publish

Collaborators

  • celso-henrique
  • wellyal
  • guilhermegregio
  • rafaellucio
  • iamtchelo
  • danicastilho