Skip to content

Instantly share code, notes, and snippets.

@gsans
Last active March 21, 2016 18:40
Show Gist options
  • Save gsans/fd2d14548c741673ed33 to your computer and use it in GitHub Desktop.
Save gsans/fd2d14548c741673ed33 to your computer and use it in GitHub Desktop.
Todo List pseudo-html
<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>
@dcbartlett
Copy link

Forked and updated with </input> here https://gist.github.com/dcbartlett/869583c5da9faaf93350/revisions

Dunno if you want to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment