sri-react-notification
v1.0.2
Published
react notification
Maintainers
Readme
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;
