Skip to content

Instantly share code, notes, and snippets.

@skrat
Created July 23, 2014 13:20
Show Gist options
  • Save skrat/bbc7401a084030e09b93 to your computer and use it in GitHub Desktop.
Save skrat/bbc7401a084030e09b93 to your computer and use it in GitHub Desktop.
render: ->
React.DOM.div({className : 'wpbar'}, [
React.DOM.div({className : 'pbar'}, [
React.DOM.div({className : 'pbbar',\
style : {width : (
Math.floor(@state.t * 100) + '%')}})
])
React.DOM.div({className : 'plabel'}, @state.phrase)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment