We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d081f9b commit 30029f4Copy full SHA for 30029f4
1 file changed
src/cards.html
@@ -365,19 +365,6 @@ <h5>Card Action Options</h5>
365
</div>
366
</xmp>
367
</code>
368
- </pre>
369
- <h3 class="header">Initialization</h3>
370
- <pre style="padding-top: 0px;">
371
- <span class="copyMessage">Copied!</span>
372
- <i class="material-icons copyButton">content_copy</i>
373
- <code class="language-javascript copiedText">
374
- document.addEventListener('DOMContentLoaded', function() {
375
- const elems = document.querySelectorAll('.card');
376
- const instances = M.Card.init(elems, {
377
- // specify options here
378
- });
379
380
- </code>
381
</pre>
382
383
0 commit comments