0.0.14 • Published 7 years ago

react-responsive-comments v0.0.14

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Don't use before version 1.0.0!!

react comments

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

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'ReactComments': 'react-comments'
  }
});

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

  React.render(React.createElement(ReactComments), 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;
0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago