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

+11
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

+11
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

+11
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

+11
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>
+11
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>
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

+11
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

+11
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

+11
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

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

Api/api-cardactions.sublime-snippet

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

Api/api-cardcontent.sublime-snippet

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

Api/api-cardheader.sublime-snippet

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

Api/api-cardmedia.sublime-snippet

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

Api/api-checkbox.sublime-snippet

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

Api/api-chip.sublime-snippet

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

Api/api-chips.sublime-snippet

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

Api/api-collapse.sublime-snippet

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

Api/api-container.sublime-snippet

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

Api/api-cssbaseline.sublime-snippet

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

Api/api-dialog.sublime-snippet

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

Api/api-dialogactions.sublime-snippet

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

Api/api-dialogcontent.sublime-snippet

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

Api/api-dialogtitle.sublime-snippet

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

Api/api-divider.sublime-snippet

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

Api/api-drawer.sublime-snippet

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
import Drawer from '@material-ui/core/Drawer';
4+
${1:}
5+
]]></content>
6+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
7+
<tabTrigger>api-drawer</tabTrigger>
8+
<description> Drawer 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)