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
<codeclass="language-markup">preloader-wrapper</code> div. The default size is medium, but you can add the classes <codeclass="language-markup">big</code> or
59
59
<codeclass="language-markup">small</code> to adjust the size accordingly. You can add the classes <codeclass="language-markup">spinner-red-only</code>,
60
60
<codeclass="language-markup">spinner-blue-only</code>, <codeclass="language-markup">spinner-yellow-only</code> and
61
-
<codeclass="language-markup">spinner-green-only</code>. You can also leave this class as just <codeclass="language-markup">spinner-layer</code> and it will be set
<codeclass="language-markup">spinner-green-only</code>. You can also leave this class as just <codeclass="language-markup">spinner-layer</code> and it will be
<ahref="#" class="btn tooltipped" data-position="top" data-tooltip="I am a tooltip"> Top</a>
29
-
<ahref="#" class="btn tooltipped" data-position="left" data-tooltip="I am a tooltip"> Left</a>
30
-
<ahref="#" class="btn tooltipped" data-position="right" data-tooltip="I am a tooltip"> Right</a>
27
+
<ahref="#" class="btn tooltipped" data-position="top" data-tooltip="I am a top tooltip"> Top</a>
28
+
<ahref="#" class="btn tooltipped" data-position="left" data-tooltip="I am a left tooltip"> Left</a>
29
+
<a
30
+
href="#"
31
+
class="btn tooltipped"
32
+
data-position="right"
33
+
data-tooltip="I am a right tooltip. Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nesciunt ducimus possimus quidem voluptatem soluta ex dignissimos, itaque magnam aspernatur eum deleniti delectus, vitae rerum, distinctio quam? Quas sapiente sunt blanditiis?"
34
+
>
35
+
Right</a
36
+
>
31
37
</div>
32
38
33
39
<p>Add the Tooltipped class to your element and add either top, bottom, left, right on data-tooltip to control the position.</p>
0 commit comments