0.9.10 • Published 5 years ago

@easyguide/rating v0.9.10

Weekly downloads
36
License
MIT
Repository
github
Last release
5 years ago

@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

0.9.10

5 years ago

0.9.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

6 years ago