Skip to content

Commit

Permalink
Step 4.1: Create template for PartyAdd component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 7f2d8f3 commit 76634e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions imports/ui/components/partyAdd/partyAdd.html
@@ -0,0 +1,11 @@
<form>
<label>
Party Name:
</label>
<input type="text"/>
<label>
Description:
</label>
<input type="text"/>
<button>Add Party!</button>
</form>

0 comments on commit 76634e5

Please sign in to comment.