Skip to content

Commit 96108ab

Browse files
committed
Added component steps #8
1 parent 30db55e commit 96108ab

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Components/Steps.sublime-snippet

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<ul class="step">
4+
<li class="step-item">
5+
<a href="#" class="tooltip" data-tooltip="Step 1">Step 1</a>
6+
</li>
7+
<li class="step-item active">
8+
<a href="#" class="tooltip" data-tooltip="Step 2">Step 2</a>
9+
</li>
10+
<li class="step-item">
11+
<a href="#" class="tooltip" data-tooltip="Step 3">Step 3</a>
12+
</li>
13+
<li class="step-item">
14+
<a href="#" class="tooltip" data-tooltip="Step 4">Step 4</a>
15+
</li>
16+
]]></content>
17+
18+
<tabTrigger>sp-stp</tabTrigger>
19+
<scope>text.html</scope>
20+
<description>Spectre-Steps</description>
21+
</snippet>

0 commit comments

Comments
 (0)