Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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