mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
parent
ece12ebe34
commit
c43e22d45c
|
@ -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. It’s 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, you’ll 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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user