You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you want a fixed floating action button, you can add multiple actions that will appear on hover. Our demo is in the bottom righthand corner of the page.</p>
<p>If you want to disable the hover behaviour, and instead toggle the FAB menu when the user clicks on the large button (works great on mobile!), just add the <codeclass="language-markup">click-to-toggle</code> class to the FAB.</p>
<p>Instead of displaying individual button options, you can transition your FAB into a toolbar on click. Just add the <codeclass="language-markup">toolbar</code> class to the FAB.</p>
Copy file name to clipboardExpand all lines: jade/page-contents/chips_content.html
+85-23Lines changed: 85 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
<divclass="col s12 m8 offset-m1 xl7 offset-xl1">
5
5
6
6
<divid="introduction" class="section scrollspy">
7
-
<h4>Introduction</h4>
8
7
<pclass="caption">
9
8
Chips can be used to represent small blocks of information. They are most commonly used either for contacts or for tags.
10
9
</p>
@@ -19,7 +18,7 @@ <h4>Introduction</h4>
19
18
</div>
20
19
21
20
<divid="contact" class="section scrollspy">
22
-
<h4>Contacts</h4>
21
+
<h3class="header">Contacts</h3>
23
22
<pclass="caption">
24
23
To create a contact chip just add an img inside.
25
24
</p>
@@ -32,7 +31,7 @@ <h4>Contacts</h4>
32
31
</div>
33
32
34
33
<divid="tag" class="section scrollspy">
35
-
<h4>Tags</h4>
34
+
<h3class="header">Tags</h3>
36
35
<pclass="caption">
37
36
To create a tag chip just add a close icon inside with the class <codeclass="language-markup">close</code>.
38
37
</p>
@@ -45,7 +44,7 @@ <h4>Tags</h4>
45
44
</div>
46
45
47
46
<divid="basic" class="section scrollspy">
48
-
<h4>Javascript Plugin Usage</h4>
47
+
<h3class="header">Javascript Plugin</h4>
49
48
<pclass="caption">To add tags, just enter your tag text and press enter. You can delete them by clicking on the close icon or by using your delete button.</p>
Copy file name to clipboardExpand all lines: jade/page-contents/css-transitions_content.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@
6
6
<divid="scale" class="section scrollspy">
7
7
<pclass="caption">We've made some custom animation classes that will transition your content with only CSS. Each CSS transition consists of a base class that applies the necessary styles and additional classes that control the state of the transition.</p>
8
8
9
-
<h4>Scale</h4>
9
+
<br>
10
+
<h5>Scale</h5>
10
11
<p>Use this scale in and out elements. Make sure to add the base transition class <codeclass="language-markup">scale-transition</code>. Then add the class <codeclass="language-markup">scale-out</code> to scale the element down until it is hidden. To start something as hidden, add the class <codeclass="language-markup">scale-out</code> first, and then add the class <codeclass="language-markup">scale-in</code> to scale the element up until it is shown.</p>
0 commit comments