Skip to content

Instantly share code, notes, and snippets.

@wamoyo
Created April 17, 2017 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wamoyo/ebee3a168758e950e65a699a3bc91ccd to your computer and use it in GitHub Desktop.
Save wamoyo/ebee3a168758e950e65a699a3bc91ccd to your computer and use it in GitHub Desktop.
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