Created
August 26, 2015 23:36
-
-
Save DrBoolean/c64125f3863c0e9bab03 to your computer and use it in GitHub Desktop.
Blog post about salesforce design system + react n
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 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