Open zoeames opened 7 years ago
Comment by zoeames Monday Oct 16, 2017 at 01:01 GMT
Use Bootstrap Input Group. This can go in the HTML. Below is a code sample.
<span class="input-group-addon" id="basic-addon1">@</span>
<input type="text" class="form-control" placeholder="Username" aria-describedby="basic-addon1">
</div>```
Story
As a user, when the site loads, I should see a search bar.
Acceptance Criteria
When the user loads the page Then the search bar should appear on the page And should be centered And should take up 50% of the width