publish: docs: Remove bower reference

generated from commit a79d949ea5
This commit is contained in:
Federico Zivolo 2018-01-23 13:43:11 +01:00
parent ece12ebe34
commit c43e22d45c
2 changed files with 11 additions and 1 deletions

View File

@ -1284,6 +1284,7 @@
</ul>
</li>
<li class="toc-entry toc-h2"><a href="#util">Util</a></li>
<li class="toc-entry toc-h2"><a href="#dynamically-generated-elements">Dynamically generated elements</a></li>
</ul>
</div>
@ -1398,6 +1399,16 @@
<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. Its used by the other plugins to check for CSS transition support and to catch hanging transitions.</p>
<h2 id="dynamically-generated-elements">Dynamically generated elements</h2>
<p>If you use Material Design for Bootstrap on a project handled by Angular, React or other frameworks
that dynamically generate and append new elements to the document, youll need to manually
call the Material Design for Bootstrap javascript functions to initialize new elements such
as inputs.</p>
<p>Alternatively, you can include <a href="https://github.com/uzairfarooq/arrive">arrive.js</a> before the MDB
javascript to automatically initialize any dynamically generated element.</p>
</main>
</div>
</div>

View File

@ -173,7 +173,6 @@
<figure class="highlight"><pre><code class="language-sh" data-lang="sh">gem install bootstrap-material-design -v 4.1.0</code></pre></figure>
<figure class="highlight"><pre><code class="language-sh" data-lang="sh">bower install bootstrap-material-design#v4.1.0</code></pre></figure>
<hr class="half-rule">
<a class="btn btn-outline-primary" href="/bootstrap-material-design/docs/4.0/getting-started/download">Read installation docs</a>
</div>