Created
February 5, 2019 12:29
-
-
Save bwindels/b44292ef2262bf19c6f27547e0ef9490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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