Skip to content

Commit f1716cf

Browse files
committed
initial
0 parents  commit f1716cf

File tree

209 files changed

+2716
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+2716
-0
lines changed

Api/api-appbar.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import AppBar from '@material-ui/core/AppBar';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-appbar</tabTrigger>
8+
<description> AppBar API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-avatar.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Avatar from '@material-ui/core/Avatar';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-avatar</tabTrigger>
8+
<description> Avatar API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-backdrop.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Backdrop from '@material-ui/core/Backdrop';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-backdrop</tabTrigger>
8+
<description> Backdrop API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-badge.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Badge from '@material-ui/core/Badge';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-badge</tabTrigger>
8+
<description> Badge API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import BottomNavigation from '@material-ui/core/BottomNavigation';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-bottomnavigation</tabTrigger>
8+
<description> BottomNavigation API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import BottomNavigationAction from '@material-ui/core/BottomNavigationAction';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-bottomnavigationaction</tabTrigger>
8+
<description> BottomNavigationAction API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-breadcrumbs.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Breadcrumbs from '@material-ui/core/Breadcrumbs';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-breadcrumbs</tabTrigger>
8+
<description> Breadcrumbs API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-button.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Button from '@material-ui/core/Button';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-button</tabTrigger>
8+
<description> Button API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-buttonbase.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import ButtonBase from '@material-ui/core/ButtonBase';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-buttonbase</tabTrigger>
8+
<description> ButtonBase API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

Api/api-card.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Card from '@material-ui/core/Card';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-card</tabTrigger>
8+
<description> Card API </description>
9+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
10+
<scope>source.js</scope>
11+
</snippet>

0 commit comments

Comments
 (0)