Last active
August 29, 2015 14:12
-
-
Save sas1ni69/df162d73eb8f1c45a934 to your computer and use it in GitHub Desktop.
This file contains 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
<template name="searchbar"> | |
<form role="form"> | |
<div class="container"> | |
<div class="col-xs-12"> | |
<div class="input-group input-group-md"> | |
<input type="text" class="form-control" placeholder="Search by title, author or ISBN" /> | |
<div class="input-group-btn"> | |
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-search"> Search</span></button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</form> | |
</template> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment