How to do it…

  1. Open the currently empty file located at chapter4/start/app/recipe04-04.ejs, and add the following code:
<div class="container"> <div class="mt-5"> <h1><%- title %></h1> <p><a href="https://v4-alpha.getbootstrap.com/components/ToolTips/" target="_blank">Link to bootstrap ToolTips docs</a></p></div><!-- /.container --> <button type="button" class="btn btn-secondary" data-toggle="ToolTip" data-placement="top" > Tooltip on top</button><button type="button" class="btn btn-secondary" data-toggle="ToolTip" data-placement="right" > Tooltip on right</button><button type="button" class="btn btn-secondary" data-toggle="ToolTip" data-placement="bottom" > Tooltip on bottom</button><button type="button" class="btn btn-secondary" data-toggle="ToolTip" ...

Get Bootstrap 4 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.