morecallan / movie-history-api

Zoe is awesome.
0 stars 0 forks source link

User should be able to see a search box on page load #3

Open zoeames opened 6 years ago

zoeames commented 6 years ago

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

zoeames commented 6 years ago

Comment by zoeames Monday Oct 16, 2017 at 00:58 GMT


Wireframe: searchbar

zoeames commented 6 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>```
zoeames commented 6 years ago

Comment by zoeames Monday Oct 16, 2017 at 01:02 GMT


Use magnifying icon Glyphicon image

zoeames commented 6 years ago

Comment by zoeames Monday Oct 16, 2017 at 01:02 GMT


Input field will need to have class col-xs-6 with an offset col-xs-offset-3