mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-18 04:30:38 +03:00
parent
c1f49d9437
commit
2693cb3d52
|
@ -1601,7 +1601,7 @@
|
|||
|
||||
<h2 id="javascript-behavior">JavaScript behavior</h2>
|
||||
|
||||
<p>Use the tab JavaScript plugin—include it individually or through the compiled <code class="highlighter-rouge">bootstrap.js</code> file—to extend our list group to create tabbable panes of local content.</p>
|
||||
<p>Use the tab JavaScript plugin—include it individually or through the compiled <code class="highlighter-rouge">bootstrap-material-design.js</code> file—to extend our list group to create tabbable panes of local content.</p>
|
||||
|
||||
<div class="bd-example" role="tabpanel">
|
||||
<div class="row">
|
||||
|
|
|
@ -1762,7 +1762,7 @@
|
|||
|
||||
<h2 id="javascript-behavior">JavaScript behavior</h2>
|
||||
|
||||
<p>Use the tab JavaScript plugin—include it individually or through the compiled <code class="highlighter-rouge">bootstrap.js</code> file—to extend our navigational tabs and pills to create tabbable panes of local content, even via dropdown menus.</p>
|
||||
<p>Use the tab JavaScript plugin—include it individually or through the compiled <code class="highlighter-rouge">bootstrap-material-design.js</code> file—to extend our navigational tabs and pills to create tabbable panes of local content, even via dropdown menus.</p>
|
||||
|
||||
<p>If you’re building our JavaScript from source, it <a href="/bootstrap-material-design/docs/4.0/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</p>
|
||||
|
||||
|
|
|
@ -1306,7 +1306,7 @@
|
|||
<p>Things to know when using the popover plugin:</p>
|
||||
|
||||
<ul>
|
||||
<li>Popovers rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://unpkg.com/popper.js@1.12.6/dist/umd/popper.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for popovers to work!</li>
|
||||
<li>Popovers rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://unpkg.com/popper.js@1.12.6/dist/umd/popper.js">popper.min.js</a> before bootstrap-material-design.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for popovers to work!</li>
|
||||
<li>Popovers require the <a href="/bootstrap-material-design/docs/4.0/components/tooltips/">tooltip plugin</a> as a dependency.</li>
|
||||
<li>If you’re building our JavaScript from source, it <a href="/bootstrap-material-design/docs/4.0/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</li>
|
||||
<li>Popovers are opt-in for performance reasons, so <strong>you must initialize them yourself</strong>.</li>
|
||||
|
|
|
@ -1303,7 +1303,7 @@
|
|||
<p>Things to know when using the tooltip plugin:</p>
|
||||
|
||||
<ul>
|
||||
<li>Tooltips rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://unpkg.com/popper.js@1.12.6/dist/umd/popper.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for tooltips to work!</li>
|
||||
<li>Tooltips rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://unpkg.com/popper.js@1.12.6/dist/umd/popper.js">popper.min.js</a> before bootstrap-material-design.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for tooltips to work!</li>
|
||||
<li>If you’re building our JavaScript from source, it <a href="/bootstrap-material-design/docs/4.0/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</li>
|
||||
<li>Tooltips are opt-in for performance reasons, so <strong>you must initialize them yourself</strong>.</li>
|
||||
<li>Tooltips with zero-length titles are never displayed.</li>
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
<script>
|
||||
Holder.addTheme('thumb', {
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -240,7 +240,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
<script>
|
||||
// Example starter JavaScript for disabling form submissions if there are invalid fields
|
||||
|
|
|
@ -52,6 +52,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
|
||||
<!-- Icons -->
|
||||
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
|
||||
|
|
|
@ -98,6 +98,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -55,6 +55,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -56,6 +56,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -56,6 +56,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -342,6 +342,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
<script src="offcanvas.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
<script>
|
||||
Holder.addTheme('thumb', {
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="../../../../assets/js/vendor/holder.min.js"></script>
|
||||
<script>
|
||||
Holder.addTheme('thumb', {
|
||||
|
|
|
@ -66,6 +66,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -64,6 +64,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap.min.js"></script>
|
||||
<script src="../../../../dist/js/bootstrap-material-design.min.js"></script>
|
||||
<script src="tooltip-viewport.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1290,8 +1290,8 @@
|
|||
└── js/
|
||||
├── bootstrap.bundle.js
|
||||
├── bootstrap.bundle.min.js
|
||||
├── bootstrap.js
|
||||
└── bootstrap.min.js</code></pre></figure>
|
||||
├── bootstrap-material-design.js
|
||||
└── bootstrap-material-design.min.js</code></pre></figure>
|
||||
|
||||
<p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code class="highlighter-rouge">bootstrap.*</code>), as well as compiled and minified CSS and JS (<code class="highlighter-rouge">bootstrap.min.*</code>). CSS <a href="https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps">source maps</a> (<code class="highlighter-rouge">bootstrap.*.map</code>) are available for use with certain browsers’ developer tools. Bundled JS files (<code class="highlighter-rouge">bootstrap.bundle.js</code> and minified <code class="highlighter-rouge">bootstrap.bundle.min.js</code>) include <a href="https://popper.js.org/">Popper</a>, but not <a href="https://jquery.com/">jQuery</a>.</p>
|
||||
|
||||
|
@ -1366,8 +1366,8 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap.js</code></div>
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap.min.js</code></div>
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap-material-design.js</code></div>
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap-material-design.min.js</code></div>
|
||||
</th>
|
||||
<td class="bg-light text-muted">Not included</td>
|
||||
<td class="bg-light text-muted">Not included</td>
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
|
||||
<h2 id="individual-or-compiled">Individual or compiled</h2>
|
||||
|
||||
<p>Plugins can be included individually (using Bootstrap’s individual <code class="highlighter-rouge">*.js</code> files), or all at once using <code class="highlighter-rouge">bootstrap.js</code> or the minified <code class="highlighter-rouge">bootstrap.min.js</code> (don’t include both).</p>
|
||||
<p>Plugins can be included individually (using Bootstrap’s individual <code class="highlighter-rouge">*.js</code> files), or all at once using <code class="highlighter-rouge">bootstrap-material-design.js</code> or the minified <code class="highlighter-rouge">bootstrap-material-design.min.js</code> (don’t include both).</p>
|
||||
|
||||
<h2 id="dependencies">Dependencies</h2>
|
||||
|
||||
|
@ -1395,7 +1395,7 @@
|
|||
|
||||
<h2 id="util">Util</h2>
|
||||
|
||||
<p>All Bootstrap’s JavaScript files depend on <code class="highlighter-rouge">util.js</code> and it has to be included alongside the other JavaScript files. If you’re using the compiled (or minified) <code class="highlighter-rouge">bootstrap.js</code>, there is no need to include this—it’s already there.</p>
|
||||
<p>All Bootstrap’s JavaScript files depend on <code class="highlighter-rouge">util.js</code> and it has to be included alongside the other JavaScript files. If you’re using the compiled (or minified) <code class="highlighter-rouge">bootstrap-material-design.js</code>, there is no need to include this—it’s already there.</p>
|
||||
|
||||
<p><code class="highlighter-rouge">util.js</code> includes utility functions and a basic helper for <code class="highlighter-rouge">transitionEnd</code> events as well as a CSS transition emulator. It’s used by the other plugins to check for CSS transition support and to catch hanging transitions.</p>
|
||||
|
||||
|
|
34
sitemap.xml
34
sitemap.xml
|
@ -233,27 +233,27 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/album/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/blog/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/carousel/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/checkout/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/cover/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/dashboard/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/floating-labels/index.html</loc>
|
||||
|
@ -265,35 +265,35 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/jumbotron/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-bottom/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-fixed/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-static/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbars/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/offcanvas/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/pricing/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/product/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sign-in/index.html</loc>
|
||||
|
@ -301,11 +301,11 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/starter-template/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sticky-footer-navbar/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sticky-footer/index.html</loc>
|
||||
|
@ -313,6 +313,6 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/tooltip-viewport/index.html</loc>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:55:24+01:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
Loading…
Reference in New Issue
Block a user