File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
< p > Tooltips are small, interactive, textual hints for mainly graphical elements. When using icons for actions you can
8
8
use a tooltip to give people clarification on its function.</ p >
9
9
< div class ="row ">
10
- < a href ="#! " class ="btn tooltipped col s4 offset-s4 l2 offset-l1 " data-html ="true " data-position ="bottom " data-tooltip ="I am a tooltip ">
11
- Bottom</ a >
10
+ < a href ="#! " class ="btn tooltipped col s4 offset-s4 l2 offset-l1 " data-html ="true " data-position ="bottom " data-tooltip-id ="tooltip-content "> Bottom</ a >
11
+ < div id ="tooltip-content " style ="display: nonne; ">
12
+ This is a tooltip with a < a href ="https://github.com/materializecss "> link</ a > and a < i class ="material-icons icon-demo "> insert_chart</ i >
13
+ </ div >
12
14
< a href ="#! " class ="btn tooltipped col s4 offset-s4 l2 offset-l1 " data-position ="top " data-tooltip ="I am a tooltip "> Top</ a >
13
15
< a href ="#! " class ="btn tooltipped col s4 offset-s4 l2 offset-l1 " data-position ="left " data-tooltip ="I am a tooltip "> Left</ a >
14
16
< a href ="#! " class ="btn tooltipped col s4 offset-s4 l2 offset-l1 " data-position ="right " data-tooltip ="I am a tooltip "> Right</ a >
You can’t perform that action at this time.
0 commit comments