Skip to content

Instantly share code, notes, and snippets.

@czbaker
Created April 20, 2015 13:20
Show Gist options
  • Select an option

  • Save czbaker/0691df970bdcf1818849 to your computer and use it in GitHub Desktop.

Select an option

Save czbaker/0691df970bdcf1818849 to your computer and use it in GitHub Desktop.
Category Form Segment
<!-- Category -->
<form id="catForm">
<section class="form-group">
<label for="transAmount">Name:</label>
<input type="text" class="form-control input-sm" id="catName" placeholder="Category Name">
</section>
<section class="form-group">
<label for="transAmount">Budget (Optional):</label>
<section class="input-group">
<span class="input-group-addon input-sm">$</span>
<input type="text" class="form-control input-sm" id="catLimit" placeholder="0.00">
</section>
</section>
<button type="submit" class="btn btn-sm btn-default">Add Category</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment