Skip to content

Instantly share code, notes, and snippets.

@bwindels
Created February 5, 2019 12:29
Show Gist options
  • Save bwindels/b44292ef2262bf19c6f27547e0ef9490 to your computer and use it in GitHub Desktop.
Save bwindels/b44292ef2262bf19c6f27547e0ef9490 to your computer and use it in GitHub Desktop.
import {div, span} from "el";
div({tag: ""}, ["hello", span({className: "foo"},"foo"), "bar"])
// <div tag="">hello<span class="foo">foo</span>bar</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment