1.0.2 • Published 6 years ago

sri-react-notification v1.0.2

Weekly downloads
1
License
BSD
Repository
-
Last release
6 years ago

react notification

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

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'Notification': 'sri-react-notification'
  }
});

require(['react', 'Notification'], function(React, ReactNotification) {

  React.render(React.createElement(Notification), document.getElementById('app'));

});

Development

  • Development server npm start.
  • Build npm run build;