We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b6cb1 commit 124e138Copy full SHA for 124e138
Components/Empty_state.sublime-snippet
@@ -0,0 +1,18 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<div class="empty">
4
+ <div class="empty-icon">
5
+ <i class="icon icon-people"></i>
6
+ </div>
7
+ <p class="empty-title h5">${1:Title text here}</p>
8
+ <p class="empty-subtitle">${2:subtitle text here}</p>
9
+ <div class="empty-action">
10
+ <button class="btn btn-primary">${3:Button text here}</button>
11
12
+</div>
13
+]]></content>
14
+
15
+<tabTrigger>sp-empty</tabTrigger>
16
+<scope>text.html</scope>
17
+ <description>Spectre-Empty state</description>
18
+</snippet>
0 commit comments