Skip to content

Instantly share code, notes, and snippets.

@myme
Created February 8, 2013 14:40
Show Gist options
  • Save myme/4739407 to your computer and use it in GitHub Desktop.
Save myme/4739407 to your computer and use it in GitHub Desktop.
el( 'div.main-container', [
el( 'h1', 'Title!' ),
el( 'p', 'Foo, bar, baz' ),
el( 'form', { action: 'foo.cgi' }, [
el( 'input', { placeholder: 'username' } ),
el( 'input', { type: 'password', placeholder: 'password' } )
])
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment