Skip to content

Commit f4b6cb1

Browse files
committed
Added chips #8
1 parent 3e309e1 commit f4b6cb1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Components/Chips.sublime-snippet

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<div class="chip">
4+
<img src="${1:src text here}" class="avatar avatar-sm">
5+
${2:text here}
6+
<a href="${3:target url}" class="btn btn-clear" aria-label="Close" role="button"></a>
7+
</div>
8+
]]></content>
9+
10+
<tabTrigger>sp-chips</tabTrigger>
11+
<scope>text.html</scope>
12+
<description>Spectre-Chips</description>
13+
</snippet>

0 commit comments

Comments
 (0)