How to do it…

  1. Open the currently empty file located at chapter4/start/app/recipe04-03.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/popovers/" target="_blank">Link to bootstrap popovers docs</a></p></div><!-- /.container --> <a tabindex="0"  class="btn btn-lg btn-danger"  role="button" data-toggle="popover"  data-trigger="focus"  data-container="body" data-content="Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel, temporibus fugiat modi quia provident aut? Labore, minus hic sapiente animi vero tempora odio fugit consectetur porro. Dolor fuga, consectetur facere aliquid veniam, distinctio nam perspiciatis explicabo quam ...

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.