@@ -42,6 +42,9 @@ There are 3 methods for installing this plugin.
42
42
3 . Download the .zip file and unzip it into your Sublime Text 2/3 packages directory.
43
43
** Note:** You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages.
44
44
45
+ #<!-- CSS Snippets -->
46
+ ionic css snippets are prefixed with ion-
47
+
45
48
### Header
46
49
47
50
| Component | Snippet code |
@@ -73,6 +76,7 @@ There are 3 methods for installing this plugin.
73
76
| Component | Snippet code |
74
77
| ------------------------------- | :-----------------------------:|
75
78
| button | ion-button |
79
+ | button | ion-button-block |
76
80
| button-light | ion-button-light |
77
81
| button-stable | ion-button-stable |
78
82
| button-positive | ion-button-positive |
@@ -110,7 +114,10 @@ There are 3 methods for installing this plugin.
110
114
| list-icons-chatBubble | ion-list-icon-chatbubble |
111
115
| list-icons-mic | ion-list-icon-mic |
112
116
| list-icons-person | ion-list-icon-person |
113
- | list-icons-chatBubble | ion-list-icon-chatbubble |
117
+ | list-button | ion-list-button-positive |
118
+ | list-item-avatar | ion-list-item-avatar |
119
+ | list-item-thumbnail | ion-list-item-thumbnail |
120
+ | list-inset | ion-item-inset |
114
121
115
122
116
123
### Cards
@@ -201,6 +208,5 @@ There are 3 methods for installing this plugin.
201
208
202
209
### License
203
210
204
- Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [ This theme is licensed under the General Public
205
- License (GPL)] ( http://www.gnu.org/copyleft/gpl.html ) .
206
- z
211
+ Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [ MIT license] ( http://opensource.org/licenses/MIT ) .
212
+ z
0 commit comments