Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created August 26, 2015 17:36
Show Gist options
  • Select an option

  • Save DrBoolean/8e425ace6a0ac2ee9da5 to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/8e425ace6a0ac2ee9da5 to your computer and use it in GitHub Desktop.
Blog post about salesforce design system + react 8
var App = React.createClass({
render: function() {
return (
<div>
<Notification.Toast theme="error">
<h2 className="slds-text-heading--small">Beware of the Trash Dragons!</h2>
</Notification.Toast>
</div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment