Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created August 25, 2015 22:52
Show Gist options
  • Select an option

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

Select an option

Save DrBoolean/0ad03c25972c207e67eb to your computer and use it in GitHub Desktop.
Blog post about salesforce design system + react 2
var App = React.createClass({
render: function() {
return (
<div>
<Notification>
<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