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 49092eb commit 867b0eeCopy full SHA for 867b0ee
Components/Tile2.sublime-snippet
@@ -0,0 +1,24 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<div class="tile tile-centered">
4
+ <div class="tile-icon">
5
+ <div class="example-tile-icon">
6
+ <i class="icon icon-file centered"></i>
7
+ </div>
8
9
+ <div class="tile-content">
10
+ <div class="tile-title">${1:spectre-docs.pdf}</div>
11
+ <small class="tile-subtitle text-gray">${2:14MB · Public · 1 Jan, 2017}</small>
12
13
+ <div class="tile-action">
14
+ <button class="btn btn-link">
15
+ <i class="icon icon-more-vert"></i>
16
+ </button>
17
18
+</div>
19
+]]></content>
20
+
21
+<tabTrigger>sp-ftile</tabTrigger>
22
+<scope>text.html</scope>
23
+ <description>Spectre-File tile</description>
24
+</snippet>
0 commit comments