Skip to content

Instantly share code, notes, and snippets.

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