Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Last active August 26, 2015 17:58
Show Gist options
  • Select an option

  • Save DrBoolean/60500cd573bec86e2d02 to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/60500cd573bec86e2d02 to your computer and use it in GitHub Desktop.
Blog post about salesforce design system + react 3
var React = require('react');
var Notification = React.createClass({
render: function() {
return <div />;
}
}
module.exports = Notification;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment