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
64
assets/u/static/popper.js-1.16.0/docs/_includes/header.html
Executable file
64
assets/u/static/popper.js-1.16.0/docs/_includes/header.html
Executable file
|
|
@ -0,0 +1,64 @@
|
|||
<!-- Header -->
|
||||
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
|
||||
<h1 id="header-title" >
|
||||
<a href="{{ site.baseurl }}/index.html">{{ site.title }}</a>
|
||||
</h1>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li class="special">
|
||||
<a href="#menu" class="menuToggle"><span>Menu</span></a>
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<!--
|
||||
{% for my_page in site.pages %}
|
||||
{% if my_page.title %}
|
||||
<li><a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %} -->
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="popperJs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Popper.js
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="popperJs">
|
||||
<a class="dropdown-item" href="/index.html#example10">Examples</a>
|
||||
<a class="dropdown-item" href="/popper-documentation.html">Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="tooltipJs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Tooltip.js
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="tooltipJs">
|
||||
<a class="dropdown-item" href="/tooltip-examples.html">Examples</a>
|
||||
<a class="dropdown-item" href="/tooltip-documentation.html">Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="usedBy" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Used in
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="usedBy">
|
||||
<a class="dropdown-item" href="/themes.html">UI Kits & Tools</a>
|
||||
<a class="dropdown-item" href="/themes.html#design-systems">Design Systems</a>
|
||||
<a class="dropdown-item" href="/themes.html#free-dashboards">Free Admin & Dashboards</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="{{ site.github }}" class="icon fa-github"> GitHub</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="popper" style="width: auto; height: 50px;" id="title-popper">
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=FezVrasta&repo=popper.js&type=star&count=true&size=large" style="height: 30px;width: 145px;"></iframe>
|
||||
<div class="popper__arrow" x-arrow></div>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue