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 DAB0mB committed Dec 14, 2016
1 parent cb38fc2 commit 5a81a27
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 5a81a27

Please sign in to comment.