react-responsive-stars

0.0.6 • Public • Published

react progressive stars

Get the AMD module located at react-progressive-stars.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'ReactProgressiveStars': 'react-progressive-stars'
  }
});

require(['react', 'ReactProgressiveStars'], function(React, ReactProgressiveStars) {

  React.render(React.createElement(ReactProgressiveStars), document.getElementById('widget-container'));

});

Development

  • Development server npm start.
  • Continuously run tests on file changes npm run watch-test;
  • Run tests: npm test;
  • Build npm run build;

Package Sidebar

Install

npm i react-responsive-stars

Weekly Downloads

0

Version

0.0.6

License

MIT

Last publish

Collaborators

  • drioemgaoin