Skip to content

Commit d1540a6

Browse files
committed
Added component pagination2 #8
1 parent 95763ba commit d1540a6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<ul class="pagination">
4+
<li class="page-item page-prev">
5+
<a href="#">
6+
<div class="page-item-subtitle">Previous</div>
7+
<div class="page-item-title h5">Getting started</div>
8+
</a>
9+
</li>
10+
<li class="page-item page-next">
11+
<a href="#">
12+
<div class="page-item-subtitle">Next</div>
13+
<div class="page-item-title h5">Layout</div>
14+
</a>
15+
</li>
16+
</ul>
17+
]]></content>
18+
19+
<tabTrigger>sp-pg2</tabTrigger>
20+
<scope>text.html</scope>
21+
<description>Spectre-pagination prev-next type</description>
22+
</snippet>

0 commit comments

Comments
 (0)