D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
eflynn
Full window
Github gist
Files for Book Library App
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> <form id="search" role="form"> <div class="form-group"> <label class="sr-only" for="query">Search Query</label> <input id="query" type="search" placeholder="ISBN or title" class="form-control"> </div> </form> <div id="books"> </div> <?!= include('script'); ?>