Skip to content

Instantly share code, notes, and snippets.

@daverau-optimizely
Created August 30, 2016 23:24
Show Gist options
  • Select an option

  • Save daverau-optimizely/8e76182f9100e47617f5b6e29399127a to your computer and use it in GitHub Desktop.

Select an option

Save daverau-optimizely/8e76182f9100e47617f5b6e29399127a to your computer and use it in GitHub Desktop.

Easy passing of styles

const classes = classNames({
  [`oui-vertical-align-cells--${ props.verticalAlign }`]: props.verticalAlign,
});

And JSX use: <Element className={ classes }>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment