Created
May 7, 2018 15:59
-
-
Save codequistador/1a183c29ccf0af339883554a30494725 to your computer and use it in GitHub Desktop.
Learning Card API
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
| <LearningCard | |
| renderMedia={() => <LearningCardMedia data-selenium="media" url="" />} | |
| renderFooter={() => <LearningCardFooter data-selenium="footer" />} | |
| render () { | |
| <CardFooter>{this.props.renderFooter(this.state.isFocused)}</CardFooter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment