File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ Modal Cookies | !mdb-modal-cookies
198
198
Name of component | Shortcut
199
199
------------ | -------------
200
200
Basic Example | !mdb-table
201
+ Striped Table | !mdb-table-striped
201
202
202
203
-----------------------------------------------------------------------------------------------------------
203
204
Original file line number Diff line number Diff line change 34
34
" </table>"
35
35
],
36
36
"description" : " Creates MDbootstrap Basic Table"
37
+ },
38
+ "MDBootstrap Striped Table" : {
39
+ "prefix" : " !mdb-table-striped" ,
40
+ "body" : [
41
+ " <table class=\" table table-striped\" >" ,
42
+ " <thead>" ,
43
+ " <tr>" ,
44
+ " <th scope=\" col\" >#</th>" ,
45
+ " <th scope=\" col\" >First</th>" ,
46
+ " <th scope=\" col\" >Last</th>" ,
47
+ " <th scope=\" col\" >Handle</th>" ,
48
+ " </tr>" ,
49
+ " </thead>" ,
50
+ " <tbody>" ,
51
+ " <tr>" ,
52
+ " <th scope=\" row\" >1</th>" ,
53
+ " <td>Mark</td>" ,
54
+ " <td>Otto</td>" ,
55
+ " <td>@mdo</td>" ,
56
+ " </tr>" ,
57
+ " <tr>" ,
58
+ " <th scope=\" row\" >2</th>" ,
59
+ " <td>Jacob</td>" ,
60
+ " <td>Thornton</td>" ,
61
+ " <td>@fat</td>" ,
62
+ " </tr>" ,
63
+ " <tr>" ,
64
+ " <th scope=\" row\" >3</th>" ,
65
+ " <td>Larry</td>" ,
66
+ " <td>the Bird</td>" ,
67
+ " <td>@twitter</td>" ,
68
+ " </tr>" ,
69
+ " </tbody>" ,
70
+ " </table>"
71
+ ],
72
+ "description" : " Creates MDbootstrap Striped Table"
37
73
}
38
74
39
75
}
You can’t perform that action at this time.
0 commit comments