Created
April 17, 2017 22:05
-
-
Save wamoyo/ebee3a168758e950e65a699a3bc91ccd to your computer and use it in GitHub Desktop.
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 style = { | |
base: { | |
fontFamily: 'Helvetica Neue, Helvetica, Arial, sans-serif', | |
fontSize: '16px', | |
lineHeight: '24px' | |
} | |
} | |
var card = elements.create('card', {style: style}) | |
card.mount('#card-element') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment