Created
August 25, 2015 22:52
-
-
Save DrBoolean/0ad03c25972c207e67eb to your computer and use it in GitHub Desktop.
Blog post about salesforce design system + react 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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