Sha256: 5414971fc75bc7fadec8d9f0a5d6f22e2df70b55b0509aa05256b2ecc7fcc5fd

Contents?: true

Size: 1.91 KB

Versions: 45

Compression:

Stored size: 1.91 KB

Contents

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
    <title>Popover</title>
  </head>
  <body>
    <div class="container">
      <h1>Popover <small>Bootstrap Visual Test</small></h1>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="auto" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on auto
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="top" data-content="Default placement was on top but not enough place">
        Popover on top
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="right" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on right
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on bottom
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on left
      </button>
    </div>

    <script src="../../../assets/js/vendor/jquery-slim.min.js"></script>
    <script src="../../../assets/js/vendor/popper.min.js"></script>
    <script src="../../dist/util.js"></script>
    <script src="../../dist/tooltip.js"></script>
    <script src="../../dist/popover.js"></script>

    <script>
      $(function () {
        $('[data-toggle="popover"]').popover()
      })
    </script>
  </body>
</html>

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
card-mod-bootstrap-0.14.2 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.14.1 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.14.0 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.13.4 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.13.3 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.13.2 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.13.1 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.13.0 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.7 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.12.0 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.6 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.5 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.4 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.3 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.2 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.1 vendor/bootstrap/js/tests/visual/popover.html
card-mod-bootstrap-0.11.0 vendor/bootstrap/js/tests/visual/popover.html
card-1.100.0 mod/bootstrap/vendor/bootstrap/js/tests/visual/popover.html
card-1.99.6 mod/bootstrap/vendor/bootstrap/js/tests/visual/popover.html
card-1.99.5 mod/bootstrap/vendor/bootstrap/js/tests/visual/popover.html