import popper.js
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
615dc56d16
commit
16fb2bb919
241 changed files with 34099 additions and 0 deletions
58
assets/u/static/popper.js-1.16.0/docs/tooltip-examples.html
Normal file
58
assets/u/static/popper.js-1.16.0/docs/tooltip-examples.html
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
---
|
||||
layout: page-nowrap
|
||||
title: Tooltip.js
|
||||
description: Dead simple tooltips, powered by Popper.js
|
||||
---
|
||||
|
||||
|
||||
<section class="wrapper style5">
|
||||
<div class="inner">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIE2QW&placement=fezvrastagithubiopopperjs" id="_carbonads_js"></script>
|
||||
|
||||
|
||||
<h2>Tooltip.js</h2>
|
||||
<p>
|
||||
Since Popper.js is an engine, we wanted to provide a library that shows you how
|
||||
you can use it in the real world.
|
||||
</p>
|
||||
<p>
|
||||
Tooltip.js can create, show, hide and toggle tooltips. Its API is almost identical
|
||||
to the one used by Bootstrap for their tooltips, if you know Bootstrap, you already
|
||||
know Tooltip.js!
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="examples" class="wrapper style2 alt">
|
||||
<section class="spotlight half-height">
|
||||
<div class="example">
|
||||
{% include example10t.html %}
|
||||
</div>
|
||||
<div class="content">
|
||||
{% include example10t-code.html %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="spotlight half-height">
|
||||
<div class="example">
|
||||
{% include example20t.html %}
|
||||
</div>
|
||||
<div class="content">
|
||||
{% include example20t-code.html %}
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<!-- CTA -->
|
||||
<section id="cta" class="wrapper style5">
|
||||
<div class="inner">
|
||||
<header>
|
||||
<h2>Ready to start?</h2>
|
||||
<p>Visit our GitHub page to know how to get Tooltip.js and to learn more about it.</p>
|
||||
</header>
|
||||
<ul class="actions vertical">
|
||||
<li><a href="https://github.com/FezVrasta/popper.js" class="button fit special">GitHub</a></li>
|
||||
<li><a href="tooltip-documentation.html" class="button fit">Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue