Last active
March 21, 2016 18:40
-
-
Save gsans/fd2d14548c741673ed33 to your computer and use it in GitHub Desktop.
Todo List pseudo-html
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
<root> | |
<add-todo> | |
<input><button>Add todo</button></add-todo> | |
<todo-list><ul> | |
<todo id="0" completed="false"><li>buy milk</li></todo> | |
</ul></todo-list> | |
<filters> | |
Show: <filter-link><a>All</a><filter-link> ... </filters> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forked and updated with
</input>
here https://gist.github.com/dcbartlett/869583c5da9faaf93350/revisionsDunno if you want to update.