diff --git a/src/breadcrumbs.html b/src/breadcrumbs.html index 0a2a0ab..4e8b861 100644 --- a/src/breadcrumbs.html +++ b/src/breadcrumbs.html @@ -13,27 +13,56 @@
-
-
-

Breadcrumbs are a good way to display your current location. This is usually used when you have multiple layers of content.

-

Basic

+
+
+

Breadcrumbs are a good way to display your current location. This is usually used when you have multiple layers of content.

+

Basic

- +
+
+
+

Navbar style

+ + -
+                        
               Copied!
               content_copy
               
 
-<nav>
+<nav class="breadcrumb-wrapper">
   <div class="nav-wrapper">
     <div class="col s12">
       <a href="#!" class="breadcrumb">First</a>
@@ -45,8 +74,8 @@ <h3 class="header">Basic</h3>
 
               
             
+
-
diff --git a/src/cards.html b/src/cards.html index 4876207..12b87b0 100644 --- a/src/cards.html +++ b/src/cards.html @@ -365,19 +365,6 @@
Card Action Options
- -

Initialization

-
-          Copied!
-          content_copy
-          
-  document.addEventListener('DOMContentLoaded', function() {
-    const elems = document.querySelectorAll('.card');
-    const instances = M.Card.init(elems, {
-      // specify options here
-    });
-  });
-          
         
diff --git a/src/datepicker.html b/src/datepicker.html index d5627d7..856e055 100644 --- a/src/datepicker.html +++ b/src/datepicker.html @@ -173,10 +173,28 @@
Options
DEPRECATED Callback function when Datepicker is closed. - onDraw + isDateRange + Boolean + false + Condition to enable date range selection. + + + dateRangeEndEl + Selector + null + (optional) selector for defined end date HTML element. + + + openByDefault + Boolean + false + Condition show the datepicker in open state by default. + + + onInputInteraction Function null - Callback function when Datepicker HTML is refreshed. + Callback function on input field interaction. diff --git a/src/navbar.html b/src/navbar.html index 0d162ae..12c63f4 100644 --- a/src/navbar.html +++ b/src/navbar.html @@ -12,7 +12,7 @@