├── .gitignore ├── LICENSE ├── README.md ├── badges ├── m-badge-caption.sublime-snippet ├── m-badge-new-caption.sublime-snippet ├── m-badge-o.sublime-snippet └── m-badge.sublime-snippet ├── breadcrumps └── m-breadcrumps.sublime-snippet ├── button ├── m-disabled-button-o.sublime-snippet ├── m-disabled-button.sublime-snippet ├── m-fixed-floating-button-o.sublime-snippet ├── m-fixed-floating-button.sublime-snippet ├── m-fixed-floating-horizontal-button-o.sublime-snippet ├── m-fixed-floating-horizontal-button.sublime-snippet ├── m-flat-button-o.sublime-snippet ├── m-flat-button.sublime-snippet ├── m-floating-button-o.sublime-snippet ├── m-floating-button.sublime-snippet ├── m-icon-content-o.sublime-snippet ├── m-lg-button-o.sublime-snippet ├── m-lg-button.sublime-snippet ├── m-raised-button-icon-o.sublime-snippet ├── m-raised-button-icon.sublime-snippet ├── m-raised-button.sublime-snippet ├── m-submit-button-o.sublime-snippet └── m-submit-button.sublime-snippet ├── cards ├── m-basic-card.sublime-snippet ├── m-image-card.sublime-snippet ├── m-lg-basic-card.sublime-snippet ├── m-lg-revile-card-o.sublime-snippet ├── m-lg-revile-card.sublime-snippet ├── m-md-basic-card.sublime-snippet ├── m-md-revile-card-o.sublime-snippet ├── m-md-revile-card.sublime-snippet ├── m-panel-card.sublime-snippet ├── m-revile-card-o.sublime-snippet ├── m-revile-card.sublime-snippet ├── m-sm-basic-card.sublime-snippet ├── m-sm-revile-card-o.sublime-snippet └── m-sm-revile-card.sublime-snippet ├── cdn ├── index.html ├── m-cdn-css.sublime-snippet ├── m-cdn-google-icons.sublime-snippet ├── m-cdn-jquery.sublime-snippet ├── m-cdn-js.sublime-snippet └── m-cdn.sublime-snippet ├── chip ├── m-chip-contacts.sublime-snippet └── m-chip-tags.sublime-snippet ├── collapsible ├── m-collapsible-expandable-o.sublime-snippet ├── m-collapsible-expandable.sublime-snippet ├── m-collapsible-o.sublime-snippet ├── m-collapsible-popout.sublime-snippet ├── m-collapsible-selected-o.sublime-snippet ├── m-collapsible-selected.sublime-snippet └── m-collapsible.sublime-snippet ├── collections ├── m-avatar-collection-o.sublime-snippet ├── m-avatar-collection.sublime-snippet ├── m-basic-collection.sublime-snippet ├── m-dismiss-collection-o.sublime-snippet ├── m-dismiss-collection.sublime-snippet ├── m-sec-collection-o.sublime-snippet └── m-sec-collection.sublime-snippet ├── dialogs ├── m-toast-action.sublime-snippet ├── m-toast-js.sublime-snippet ├── m-toast.sublime-snippet └── m-tooltip.sublime-snippet ├── dropdown ├── m-dropdown-hover.sublime-snippet └── m-dropdown.sublime-snippet ├── footer ├── m-footer.sublime-snippet └── m-sticky-footer.sublime-snippet ├── forms ├── m-form.sublime-snippet ├── m-input-checkbox-filled.sublime-snippet ├── m-input-checkbox.sublime-snippet ├── m-input-custom-messages.sublime-snippet ├── m-input-date.sublime-snippet ├── m-input-file.sublime-snippet ├── m-input-radio-gap.sublime-snippet ├── m-input-radio-group.sublime-snippet ├── m-input-radio.sublime-snippet ├── m-input-range.sublime-snippet ├── m-input-select-default-disabled.sublime-snippet ├── m-input-select-default.sublime-snippet ├── m-input-select-disabled.sublime-snippet ├── m-input-select-grouped.sublime-snippet ├── m-input-select-icon-left.sublime-snippet ├── m-input-select-icon-right.sublime-snippet ├── m-input-select-multiple.sublime-snippet ├── m-input-select.sublime-snippet ├── m-input-switch-disabled.sublime-snippet ├── m-input-switch.sublime-snippet ├── m-input-text-icon-o.sublime-snippet ├── m-input-text-icon.sublime-snippet ├── m-input-text.sublime-snippet ├── m-input-textarea-icon-o.sublime-snippet ├── m-input-textarea-icon.sublime-snippet ├── m-input-textarea.sublime-snippet ├── m-registration-form-o.sublime-snippet └── m-registration-form.sublime-snippet ├── grid ├── m-col-1.sublime-snippet ├── m-col-10.sublime-snippet ├── m-col-11.sublime-snippet ├── m-col-12.sublime-snippet ├── m-col-2.sublime-snippet ├── m-col-3.sublime-snippet ├── m-col-4.sublime-snippet ├── m-col-5.sublime-snippet ├── m-col-6.sublime-snippet ├── m-col-7.sublime-snippet ├── m-col-8.sublime-snippet ├── m-col-9.sublime-snippet ├── m-col-promo.sublime-snippet └── m-col.sublime-snippet ├── helpers ├── align.sublime-snippet ├── center-align.sublime-snippet ├── float-left.sublime-snippet ├── float-right.sublime-snippet ├── hide-on-large-only.sublime-snippet ├── hide-on-med-and-down.sublime-snippet ├── hide-on-med-and-up.sublime-snippet ├── hide-on-med-only.sublime-snippet ├── hide-on-small-only.sublime-snippet ├── hide.sublime-snippet ├── left-align.sublime-snippet ├── right-align.sublime-snippet ├── truncate.sublime-snippet ├── valign-wrapper.sublime-snippet └── valign.sublime-snippet ├── icon ├── m-icon-3d-rotation.sublime-snippet ├── m-icon-accessibility.sublime-snippet ├── m-icon-action.sublime-snippet ├── m-icon-alert-error.sublime-snippet ├── m-icon-av.sublime-snippet ├── m-icon-communication.sublime-snippet ├── m-icon-content.sublime-snippet ├── m-icon-device.sublime-snippet ├── m-icon-editor.sublime-snippet ├── m-icon-file.sublime-snippet ├── m-icon-hardware.sublime-snippet ├── m-icon-image.sublime-snippet ├── m-icon-large-o.sublime-snippet ├── m-icon-large.sublime-snippet ├── m-icon-maps.sublime-snippet ├── m-icon-medium-o.sublime-snippet ├── m-icon-medium.sublime-snippet ├── m-icon-navigation-menu.sublime-snippet ├── m-icon-navigation.sublime-snippet ├── m-icon-notification.sublime-snippet ├── m-icon-o.sublime-snippet ├── m-icon-small-o.sublime-snippet ├── m-icon-small.sublime-snippet ├── m-icon-social.sublime-snippet ├── m-icon-tiny-o.sublime-snippet ├── m-icon-tiny.sublime-snippet ├── m-icon-toggle.sublime-snippet └── m-icon.sublime-snippet ├── js ├── m-pushpin.sublime-snippet ├── m-scrollfire.sublime-snippet └── m-slideout-js.sublime-snippet ├── media ├── m-materialbox-caption.sublime-snippet ├── m-materialbox.sublime-snippet └── m-slider.sublime-snippet ├── messages.json ├── messages ├── 1.0.1.txt ├── 1.0.10.txt ├── 1.0.2.txt ├── 1.0.5.txt ├── 1.0.6.txt ├── 1.0.7.txt ├── 1.0.8.txt ├── 1.0.9.txt ├── 1.1.0.txt ├── 1.1.1.txt └── install.txt ├── modal ├── m-modal-fixed-footer.sublime-snippet └── m-modal.sublime-snippet ├── navbar ├── m-navbar-center.sublime-snippet ├── m-navbar-collapse.sublime-snippet ├── m-navbar-fixed.sublime-snippet ├── m-navbar-icon-text.sublime-snippet ├── m-navbar-icons.sublime-snippet ├── m-navbar-left.sublime-snippet ├── m-navbar-o.sublime-snippet ├── m-navbar-right.sublime-snippet ├── m-navbar-search-o.sublime-snippet ├── m-navbar-search.sublime-snippet ├── m-navbar-slideout-dropdown.sublime-snippet ├── m-navbar-slideout-fixed.sublime-snippet ├── m-navbar-slideout-fullscreen.sublime-snippet ├── m-navbar-slideout-o.sublime-snippet ├── m-navbar-slideout.sublime-snippet └── m-navbar.sublime-snippet ├── pagination ├── m-basic-pagination-o.sublime-snippet └── m-basic-pagination.sublime-snippet ├── parallax └── m-parallax.sublime-snippet ├── progressbar ├── m-progress-bar-circular.sublime-snippet ├── m-progress-bar-determinate.sublime-snippet ├── m-progress-bar-indeterminate.sublime-snippet └── m-progress-bar-rainbow.sublime-snippet ├── scroll └── m-scrollspy.sublime-snippet ├── table ├── m-table-bordered.sublime-snippet ├── m-table-centered.sublime-snippet ├── m-table-highlight.sublime-snippet ├── m-table-hoverable.sublime-snippet ├── m-table-responsive.sublime-snippet ├── m-table-striped.sublime-snippet └── m-table.sublime-snippet ├── tabs └── m-tabs.sublime-snippet ├── template ├── m-template-html-o.sublime-snippet ├── m-template-html.sublime-snippet ├── m-template-parallax-o.sublime-snippet ├── m-template-parallax.sublime-snippet ├── m-template-starter-o.sublime-snippet └── m-template-starter.sublime-snippet └── typography └── m-flow-text.sublime-snippet /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /try -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Barnabas A Nsoh 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Materialized - Sublime Plugin 2 | ============================= 3 | 4 | This Materialized sublime plugin contains snippets of Materialized CSS components. 5 | Hope it improves your workflow. :) 6 | 7 | Contribute as much as you can via 8 | - Twitter [@ayinloya](https://twitter.com/ayinloya) 9 | - [Issues](https://github.com/ayinloya/materialized-css-snippets/issues) 10 | 11 | Fork, clone, correct and send me a pull request or file any issues. 12 | No contribution is small. 13 | 14 | 15 | ## Here is a list of whats available 16 | - [Installation](#installation) 17 | - [CDN](#cdn) 18 | - [Templates for html5](#templates) 19 | - [Forms](#forms) 20 | - [Tables](#tables) 21 | - [Input Fields](#input-fields-form-fields) 22 | - [Badges](#badges) 23 | - [Buttons](#buttons) 24 | - [Cards](#cards) 25 | - [Collapsible](#collapsible) 26 | - [Collections](#collections) 27 | - [Dialogs](#dialogs) 28 | - [Dropdown](#dropdown) 29 | - [Footer](#footer) 30 | - [Grid](#grid) 31 | - [Icons](#icons) 32 | - [JS](#js) 33 | - [Media](#media) 34 | - [Modal](#modal) 35 | - [Navbar](#navbar) 36 | - [Pagination](#pagination) 37 | - [Progress Bar](#progress-bar) 38 | - [Scroll](#scroll) 39 | - [Tab](#tab) 40 | - [Typography](#typography) 41 | - License 42 | 43 | ### Installation 44 | 45 | There are 3 fun ways for installing this plugin. 46 | 47 | 1. Search for "Materialized CSS Snippets" via the "Package Control: Install Packages" menu. 48 | **Note:** If you don't have Sublime Package Control installed, you can find out how to install it here [https://packagecontrol.io/installation](https://packagecontrol.io/installation) 49 | 50 | 2. Clone the repository into your Sublime Text 2/3 packages directory. 51 | `git clone https://github.com/ayinloya/materialized-css-snippets.git 52 | 53 | 3. Download the .zip file and unzip it into your Sublime Text 2/3 packages directory. 54 | **Note:** You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages. 55 | 56 | ### Some examples on how to use this plugin. 57 | Press tab after typing the following snippet codes 58 | 59 | 60 | ### CDN 61 | 62 | | Component |Snippet code | 63 | |-------------------------------|:------------------:| 64 | | CDN Link(both CSS & JS) | m-cdn | 65 | | CDN link (CSS only) | m-cdn:css | 66 | | CDN link (JS only) | m-cdn:js | 67 | 68 | ### Templates 69 | 70 | | Component | Snippet code | 71 | |---------------------------------| :---------------------------:| 72 | | HTML5 Template Layout | m-template:html | 73 | | HTML5 Parallax Template Layout | m-template:parallax | 74 | | HTML5 starter Template Layout | m-template:starter | 75 | 76 | ### Forms 77 | 78 | | Component | Snippet code | 79 | |---------------------------| :-----------------------------:| 80 | | Form | m-form | 81 | | Registation form | m-form:register | 82 | 83 | ### Tables 84 | 85 | | Component | Snippet code | 86 | |---------------------------| :-----------------------------:| 87 | | Table | m-table | 88 | | Bordered Table | m-table:bordered | 89 | | Center Table | m-table:centered | 90 | | Hover Table | m-table:hover | 91 | | Responsive Table | m-table:responsive | 92 | | Striped Table | m-table:striped | 93 | | Highlight Table | m-table:highlight | 94 | 95 | ### Input Fields (Form fields) 96 | 97 | | Component | Snippet code | 98 | |--------------------------------------------------------------| :-----------------------------:| 99 | | Input with custom input error and success messages | m-input:textarea | 100 | | Text-Area Input | m-input:textarea | 101 | | Text-area Input Icon | m-input:textarea-icon | 102 | | Text Input | m-input:text | 103 | | Text Input Icon | m-input:text-icon | 104 | | Checkbox | m-input:checkbox | 105 | | Checkbox filled | m-input:checkbox-fill | 106 | | Date Picker | m-input:date | 107 | | File Input | m-input:file | 108 | | Radio Button | m-input:radio | 109 | | Radio Button with Gap | m-input:radio-gap | 110 | | Radio Button group | m-input:radio-group | 111 | | Range Input | m-input:range | 112 | | Select Box | m-input:select | 113 | | Select Box-disabled | m-input:select-disabled | 114 | | Select Box browser default | m-input:select-default | 115 | | Select Box browser default-disabled | m-input:select-default-disabled| 116 | | Select Box group | m-input:select-group | 117 | | Select Box with image icon | m-input:select-icon | 118 | | Select Box with left image icon | m-input:select-icon-left | 119 | | Select Box multiselect | m-input:select-multiple | 120 | | Switch | m-input:switch | 121 | | Switch-disabled | m-input:switch-disabled | 122 | 123 | ### Badges 124 | 125 | | Component | Snippet code | 126 | |---------------------------| :-----------------------------:| 127 | | Badge | m-badge | 128 | | Old badge | m-badge-o | 129 | 130 | ### Buttons 131 | 132 | | Component | Snippet code | 133 | |-----------------------------------------| :----------------------------------:| 134 | | Button-disabled | m-button:disabled | 135 | | Fixed Floating Button | m-fixed-floating-button | 136 | | Fixed Floating Button - horizontal | m-fixed-floating-button:horizontal | 137 | | Flat Button | m-button:flat | 138 | | Floating Button | m-button:floating | 139 | | Large Button | m-lg-button | 140 | | Raised Button | m-raised-button | 141 | | Raised Button Icon | m-raised-button:icon | 142 | | Submit Button | m-submit-button | 143 | 144 | ### Cards 145 | 146 | | Component | Snippet code | 147 | |---------------------------| :-----------------------------:| 148 | | Default card | m-card | 149 | | Image card | m-image-card | 150 | | Panel card | m-panel-card | 151 | | Revile card | m-revile-card | 152 | | Default card(large) | m-card:lg | 153 | | Default card(medium) | m-card:md | 154 | | Default card(small) | m-card:sm | 155 | | Revile card(large) | m-revile-card:lg | 156 | | Revile card(medium) | m-revile-card:md | 157 | | Revile card(small) | m-revile-card:sm | 158 | 159 | ### Collapsible 160 | 161 | | Component | Snippet code | 162 | |-----------------------------| :---------------------------:| 163 | | Collapsible(single select) | m-collapsible | 164 | | Collapsible(multiple select)| m-collapsible:expandable | 165 | | Collapsible(default active) | m-collapsible:selected | 166 | 167 | ### Collections 168 | 169 | | Component | Snippet code | 170 | |-----------------------------| :---------------------------:| 171 | | Basic Collection | m-collection | 172 | | Collection with avatar | m-collection:avatar | 173 | | Collection(Swipe to Dismiss)| m-collection:dismiss | 174 | | Collection with links | m-collection:sec | 175 | 176 | ### Dialogs 177 | 178 | | Component | Snippet code | 179 | |---------------------------| :-----------------------------:| 180 | | Toast | m-toast | 181 | | Toast(Action) | m-toast:action | 182 | | Tooltip | m-tooltip | 183 | 184 | ### Dropdown 185 | 186 | | Component | Snippet code | 187 | |---------------------------| :-----------------------------:| 188 | | Dropdown | m-dropdown | 189 | | Dropdown(hover) | m-dropdown:hover | 190 | 191 | ### Footer 192 | 193 | | Component | Snippet code | 194 | |---------------------------| :-----------------------------:| 195 | | Footer | m-footer | 196 | | Sticky footer | m-sticky-footer:css | 197 | 198 | *Sticky footer contains CSS code for implementing a sticky footer. 199 | 200 | 201 | ### Grid 202 | 203 | | Component | Snippet code | 204 | |---------------------------| :-----------------------------:| 205 | | Column(Promo) | m-col:promo | 206 | | Column | m-col | 207 | | Column 1 | m-col:1 | 208 | | Column 2 | m-col:2 | 209 | | Column 3 | m-col:3 | 210 | | Column 4 | m-col:4 | 211 | | Column 5 | m-col:5 | 212 | | Column 6 | m-col:6 | 213 | | Column 7 | m-col:7 | 214 | | Column 8 | m-col:8 | 215 | | Column 9 | m-col:9 | 216 | | Column 10 | m-col:10 | 217 | | Column 11 | m-col:11 | 218 | | Column 12 | m-col:12 | 219 | 220 | 221 | ### Helpers 222 | 223 | | Component | Snippet code | 224 | |---------------------------| :-----------------------------:| 225 | | Align | m-align | 226 | | Align Righ | m-right-align | 227 | | Align Left | m-left-align | 228 | | Align Center | m-center-align | 229 | | Align Vertical | m-valign | 230 | | Vertical Align Wrapper | m-valign-wrapper | 231 | | Float Right | m-right | 232 | | Float Left | m-left | 233 | | Hidden for Desktop Only | m-hide:desktop | 234 | | Hidden for Tablet and Below | m-hide:tablet-down | 235 | | Hidden for Tablet and Above | m-hide:tablet-up | 236 | | Hidden for Tablet Only | m-hide:tablet | 237 | | Hidden for Mobile Only | m-hide:mobile | 238 | | Hidden for all Devices | m-hide | 239 | | Truncate | m-truncate | 240 | 241 | ### Icons 242 | 243 | | Component | Snippet code | 244 | |---------------------------| :-----------------------------:| 245 | | Icon | m-icon | 246 | | Icon(large) | m-icon:lg | 247 | | Icon(medium) | m-icon:md | 248 | | Icon(small) | m-icon:sm | 249 | | Icon(tiny) | m-icon:tiny | 250 | 251 | ### JS 252 | 253 | | Component | Snippet code | 254 | |---------------------------| :-----------------------------:| 255 | | Scrollfire | m-scrollfire | 256 | | Pushpin | m-pushpin | 257 | | Navbar-slideout-js | m-navbar:slideout-js | 258 | 259 | *Remember to precede Navbar-slideout-js with the "$" sign 260 | 261 | ### Media 262 | 263 | | Component | Snippet code | 264 | |---------------------------| :-----------------------------:| 265 | | Material Box | m-materialbox | 266 | | Material Box(caption) | m-materialbox:caption | 267 | | Slider | m-slider | 268 | 269 | ### Modal 270 | 271 | | Component | Snippet code | 272 | |---------------------------| :-----------------------------:| 273 | | Modal | m-modal | 274 | | Modal(fixed-footer) | m-modal:fixed-footer | 275 | 276 | 277 | ### Navbar 278 | 279 | | Component | Snippet code | 280 | |----------------------------| :-----------------------------:| 281 | | Navbar | m-navbar | 282 | | Navbar(center) | m-navbar:center | 283 | | Navbar(collapse) | m-navbar:collapse | 284 | | Navbar(fixed) | m-navbar:fixed | 285 | | Navbar-icon | m-navbar:icon | 286 | | Navbar-text-icon | m-navbar:icon-text | 287 | | Navbar(left) | m-navbar:left | 288 | | Navbar(right) | m-navbar:right | 289 | | Navbar(search) | m-navbar:search | 290 | | Navbar(slideout) | m-navbar:slideout | 291 | | Navbar(slideout-dropdown) | m-navbar:slideout-dropdown | 292 | | Navbar(slideout-fixed) | m-navbar:slideout-fixed | 293 | | Navbar(slideout-fullscreen)| m-navbar:slideout-fullscreen | 294 | 295 | 296 | ### Pagination 297 | 298 | | Component | Snippet code | 299 | |---------------------------| :-----------------------------:| 300 | | Basic Pagination | m-pagination | 301 | 302 | ### Parallax 303 | 304 | | Component | Snippet code | 305 | |---------------------------| :-----------------------------:| 306 | | Parallax | m-parallax | 307 | 308 | ### Progress Bar 309 | 310 | | Component | Snippet code | 311 | |---------------------------| :-----------------------------:| 312 | | Circular progress bar | m-progress-bar:circular | 313 | | Determinate progress bar | m-progress-bar:determinate | 314 | | Indeterminate progress bar| m-progress-bar:indeterminate | 315 | | Rainbow progress bar | m-progress-bar:rainbow | 316 | 317 | ### Scroll 318 | 319 | | Component | Snippet code | 320 | |---------------------------| :-----------------------------:| 321 | | Scroll Spy | m-scrollspy | 322 | 323 | ### Toast 324 | 325 | | Component | Snippet code | 326 | |-------------------------------------------------| :-----------------------------:| 327 | | Toast dialog | m-toast | 328 | | Toast dialog js (programatically call a toast) | m-toast-js | 329 | 330 | ### Tab 331 | 332 | | Component | Snippet code | 333 | |---------------------------| :-----------------------------:| 334 | | Tab | m-tab | 335 | 336 | ### Typography 337 | 338 | | Component | Snippet code | 339 | |---------------------------| :-----------------------------:| 340 | | Text-flow | m-flow-text | 341 | 342 | ### Breadcrumps 343 | 344 | | Component | Snippet code | 345 | |---------------------------| :-----------------------------:| 346 | | Breadcrumps | m-breadcrumps | 347 | 348 | ### Chips 349 | ##### for tags and contacts 350 | | Component | Snippet code | 351 | |------------------------------| :----------------------------:| 352 | | Contacts chip | m-breadcrumps | 353 | | Tags chip | m-breadcrumps | 354 | 355 | # Very Important 356 | 357 | When using the Materialize CSS versions below release v0.97.0, append ``-o`` 358 | eg. ``m-lg-button-o`` will produce the old icon implementation ````. 359 | 360 | 361 | 362 | 363 | 364 | -------------------------------------------------------------------------------- /badges/m-badge-caption.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2:4} 4 | ]]> 5 | 6 | m-badge:caption 7 | 8 | Materialize badge with caption google icons 9 | -------------------------------------------------------------------------------- /badges/m-badge-new-caption.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2:4} 4 | ]]> 5 | 6 | m-badge:new-caption 7 | 8 | Materialize new badge with caption and google icons 9 | -------------------------------------------------------------------------------- /badges/m-badge-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Badge} 4 | ]]> 5 | 6 | m-badge-o 7 | 8 | 9 | Materialize old badge 10 | -------------------------------------------------------------------------------- /badges/m-badge.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Badge} 4 | ]]> 5 | 6 | m-badge 7 | 8 | Materialize new badge with google icons 9 | -------------------------------------------------------------------------------- /breadcrumps/m-breadcrumps.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 11 | 12 | ]]> 13 | 14 | m-breadcrumps 15 | 16 | 17 | -------------------------------------------------------------------------------- /button/m-disabled-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:} 4 | ]]> 5 | m-button:disabled-o 6 | Materialize diabled button 7 | 8 | -------------------------------------------------------------------------------- /button/m-disabled-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:${6:}">} 4 | ]]> 5 | m-button:disabled 6 | Materialize diabled button 7 | 8 | -------------------------------------------------------------------------------- /button/m-fixed-floating-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | <${1:button} ${2:type="button"} class="btn-floating btn-large ${3:red}"> 5 | 6 | 7 | 13 | 14 | 15 | ]]> 16 | m-fixed-floating-button-o 17 | Materialize fixed floating button 18 | 19 | -------------------------------------------------------------------------------- /button/m-fixed-floating-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | <${1:button} ${2:type="button"} class="btn-floating btn-large ${3:red}"> 5 | mode_edit 6 | 7 | 14 | 15 | 16 | ]]> 17 | m-fixed-floating-button 18 | Materialize fixed floating button with hover effects 19 | -------------------------------------------------------------------------------- /button/m-fixed-floating-horizontal-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | <${1:button} ${2:type="button"} class="btn-floating btn-large ${3:red}"> 5 | 6 | 7 | 13 | 14 | 15 | ]]> 16 | m-fixed-floating-button:horizontal-o 17 | Materialize fixed floating button 18 | -------------------------------------------------------------------------------- /button/m-fixed-floating-horizontal-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | <${1:button} ${2:type="button"} class="btn-floating btn-large ${3:red}"> 5 | mode_edit 6 | 7 | 14 | 15 | 16 | ]]> 17 | m-fixed-floating-button:horizontal 18 | Materialize fixed floating button with hover effects 19 | -------------------------------------------------------------------------------- /button/m-flat-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:} 4 | ]]> 5 | m-button:flat-o 6 | Materialize flat button 7 | 8 | -------------------------------------------------------------------------------- /button/m-flat-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:{4:add}} 4 | ]]> 5 | m-button:flat 6 | Materialize flat button 7 | 8 | -------------------------------------------------------------------------------- /button/m-floating-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | m-button:floating-o 6 | Materialize floating button 7 | 8 | -------------------------------------------------------------------------------- /button/m-floating-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | add 4 | ]]> 5 | m-button:floating 6 | Materialize floating button 7 | 8 | -------------------------------------------------------------------------------- /button/m-icon-content-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:content 7 | 8 | 9 | -------------------------------------------------------------------------------- /button/m-lg-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:} 4 | ]]> 5 | m-lg-button-o 6 | Materialize large button 7 | 8 | -------------------------------------------------------------------------------- /button/m-lg-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:${5:cloud}} 4 | ]]> 5 | m-lg-button 6 | Materialize large button 7 | 8 | -------------------------------------------------------------------------------- /button/m-raised-button-icon-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:}${6:button} 4 | ]]> 5 | m-raised-button:icon-o 6 | Materialize raised button with icon 7 | 8 | -------------------------------------------------------------------------------- /button/m-raised-button-icon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:cloud}${6:button} 4 | ]]> 5 | m-raised-button:icon 6 | Materialize raised button with icon 7 | 8 | -------------------------------------------------------------------------------- /button/m-raised-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | m-raised-button 6 | Materialize raised button 7 | -------------------------------------------------------------------------------- /button/m-submit-button-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:} 4 | ]]> 5 | m-submit-button-o 6 | Materialize submit button 7 | 8 | -------------------------------------------------------------------------------- /button/m-submit-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:send} 4 | ]]> 5 | m-submit-button 6 | Materialize submit button 7 | 8 | -------------------------------------------------------------------------------- /cards/m-basic-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 |
6 |
7 | ${1:Card Title} 8 |

${2:I am a very simple card. I am good at containing small bits of information. 9 | I am convenient because I require little markup to use effectively.}

10 |
11 | 14 |
15 |
16 | 17 | ]]>
18 | m-card 19 | Materialize basic card 20 |
-------------------------------------------------------------------------------- /cards/m-image-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 |
6 |
7 | 8 | ${2:Card Title} 9 |
10 |
11 |

${3:I am a very simple card. I am good at containing small bits of information. 12 | I am convenient because I require little markup to use effectively.}

13 |
14 | 17 |
18 |
19 | 20 | ]]>
21 | m-image-card 22 | Materialize image card 23 |
-------------------------------------------------------------------------------- /cards/m-lg-basic-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 |
6 |
7 | ${1:Card Title} 8 |

${2:I am a very simple card. I am good at containing small bits of information. 9 | I am convenient because I require little markup to use effectively.}

10 |
11 | 14 |
15 |
16 | 17 | ]]>
18 | m-card:lg 19 | Materialize basic large card 20 |
-------------------------------------------------------------------------------- /cards/m-lg-revile-card-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title} 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card:lg-o 18 | Materialize revile large card with old icon 19 |
20 | -------------------------------------------------------------------------------- /cards/m-lg-revile-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title}more_vert 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} close 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card:lg 18 | Materialize revile large card 19 |
20 | -------------------------------------------------------------------------------- /cards/m-md-basic-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 |
6 |
7 | ${1:Card Title} 8 |

${2:I am a very simple card. I am good at containing small bits of information. 9 | I am convenient because I require little markup to use effectively.}

10 |
11 | 14 |
15 |
16 | 17 | ]]>
18 | m-card:md 19 | Materialize basic medium card 20 |
-------------------------------------------------------------------------------- /cards/m-md-revile-card-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title} 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card:md-o 18 | Materialize revile medium card old icons 19 |
20 | -------------------------------------------------------------------------------- /cards/m-md-revile-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title}more_vert 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} cose 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card:md 18 | Materialize revile medium card 19 |
20 | -------------------------------------------------------------------------------- /cards/m-panel-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 |
6 | ${1:I am a very simple card. I am good at containing small bits of information. 7 | I am convenient because I require little markup to use effectively. I am similar to what is called a panel in other frameworks.} 8 | 9 |
10 |
11 | 12 | ]]>
13 | m-panel-card 14 | Materialize panel card 15 |
-------------------------------------------------------------------------------- /cards/m-revile-card-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title} 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card-o 18 | Materialize revile card 19 |
20 | -------------------------------------------------------------------------------- /cards/m-revile-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title}more_vert 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card 18 | Materialize revile card 19 |
20 | -------------------------------------------------------------------------------- /cards/m-sm-basic-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 |
6 |
7 | ${1:Card Title} 8 |

${2:I am a very simple card. I am good at containing small bits of information. 9 | I am convenient because I require little markup to use effectively.}

10 |
11 | 14 |
15 |
16 | 17 | ]]>
18 | m-card:sm 19 | Materialize basic small card 20 |
-------------------------------------------------------------------------------- /cards/m-sm-revile-card-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title} 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card:sm-o 18 | Materialize revile small card 19 |
20 | -------------------------------------------------------------------------------- /cards/m-sm-revile-card.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
5 | 6 |
7 |
8 | ${2:Card Title}more_vert 9 |

${3:This is a link}

10 |
11 |
12 | ${2:Card Title} close 13 |

${4:Here is some more information about this product that is only revealed once clicked on.}

14 |
15 | 16 | ]]>
17 | m-revile-card:sm 18 | Materialize revile small card 19 |
20 | -------------------------------------------------------------------------------- /cdn/index.html: -------------------------------------------------------------------------------- 1 | Materialized - Sublime Plugin 2 | ============================= 3 | 4 | This Materialized sublime plugin contains snippets of Materialized CSS components. 5 | Hope it improves your workflow. :) 6 | 7 | Contribute as much as you can via 8 | - Twitter [@ayinloya](https://twitter.com/ayinloya) 9 | - [Issues](https://github.com/ayinloya/materialized-css-snippets/issues) 10 | 11 | Fork, clone, correct and send me a pull request or file any issues. 12 | No contribution is small. 13 | 14 | 15 | ## Here is a list of whats available 16 | - [Installation](#installation) 17 | - [CDN](#CDN) 18 | - Templates for html5 19 | - Navigation 20 | - Grid 21 | - Forms 22 | - Input 23 | - Buttons 24 | - Icons 25 | - Cards 26 | - Badges 27 | - Collections 28 | - Tables 29 | - Pagination 30 | - Images 31 | - Media - mostly images 32 | - License 33 | 34 | ### Installation 35 | 36 | There are 3 fun ways for installing this plugin. 37 | 38 | 1. Search for "Materialized CSS Snippets" via the "Package Control: Install Packages" menu. 39 | **Note:** If you don't have Sublime Package Control installed, you can find out how to install it here [https://packagecontrol.io/installation](https://packagecontrol.io/installation) 40 | 41 | 2. Clone the repository into your Sublime Text 2/3 packages directory. 42 | `git clone https://github.com/ayinloya/materialized-css-snippets.git 43 | 44 | 3. Download the .zip file and unzip it into your Sublime Text 2/3 packages directory. 45 | **Note:** You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages. 46 | 47 | ### Some examples on how to use this plugin. 48 | Press tab after typing the following snippet codes 49 | 50 | ### CDN 51 | 52 | | Component | Snippet code | 53 | |---------------------------| :-----------------------------:| 54 | | CDN Link(both CSS & JS) | m-cdn | 55 | | CDN link (CSS only) | m-cdn:css | 56 | | CDN link (JS only) | m-cdn:js | 57 | 58 | ### Templates 59 | 60 | | Component | Snippet code | 61 | |---------------------------| :-----------------------------:| 62 | | HTML5 Template Layout | m-template:html | 63 | 64 | ### Forms and inputs 65 | 66 | | Component | Snippet code | 67 | |---------------------------| :-----------------------------:| 68 | | Form | m-form | 69 | | Input Text | m-input:text | 70 | | Submit Buttons | m-button:submit | 71 | 72 | ### Icons 73 | 74 | | Component | Snippet code | 75 | |---------------------------| :-----------------------------:| 76 | | Icons | m-icon | 77 | 78 | ### Footer 79 | 80 | | Component | Snippet code | 81 | |---------------------------| :-----------------------------:| 82 | | Footer | m-footer | 83 | 84 | ### Cards 85 | 86 | | Component | Snippet code | 87 | |---------------------------| :-----------------------------:| 88 | | Default card | m-card | 89 | | Image card | m-card:image | -------------------------------------------------------------------------------- /cdn/m-cdn-css.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ]]> 7 | 8 | m-cdn:css 9 | 10 | 11 | Materialize css cdn 12 | -------------------------------------------------------------------------------- /cdn/m-cdn-google-icons.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-cdn:google-icons 7 | 8 | 9 | Google fonts cdn 10 | 11 | -------------------------------------------------------------------------------- /cdn/m-cdn-jquery.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-cdn:jq 7 | 8 | 9 | -------------------------------------------------------------------------------- /cdn/m-cdn-js.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ]]> 7 | 8 | m-cdn:js 9 | 10 | 11 | Materialize js cdn 12 | 13 | -------------------------------------------------------------------------------- /cdn/m-cdn.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | ]]> 10 | 11 | m-cdn 12 | 13 | 14 | Materialize css and js cdn 15 | -------------------------------------------------------------------------------- /chip/m-chip-contacts.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${2:Contact Person} 5 | Jane Doe ${3:close} 6 | 7 | ]]> 8 | 9 | m-chip:contact 10 | 11 | 12 | Materialize chip for contacts with optional close 13 | -------------------------------------------------------------------------------- /chip/m-chip-tags.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${1:Tag} ${2:close} 5 | 6 | ]]> 7 | 8 | m-chip:tag 9 | 10 | 11 | Materialize chip for tags 12 | -------------------------------------------------------------------------------- /collapsible/m-collapsible-expandable-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    First
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    Second
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    Third
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible:expandable-o 20 | 21 | 22 | Materialize multiple select collapsible 23 |
    24 | -------------------------------------------------------------------------------- /collapsible/m-collapsible-expandable.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    filter_dramaFirst
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    placeSecond
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    whatshotThird
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible:expandable 20 | 21 | 22 | Materialize multiple select collapsible 23 |
    24 | -------------------------------------------------------------------------------- /collapsible/m-collapsible-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    First
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    Second
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    Third
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible-o 20 | 21 | 22 | Materialize single select collapsible 23 |
    24 | -------------------------------------------------------------------------------- /collapsible/m-collapsible-popout.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    filter_dramaFirst
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    placeSecond
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    whatshotThird
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible:popout 20 | 21 | 22 | Materialize single select popout collapsible 23 |
    -------------------------------------------------------------------------------- /collapsible/m-collapsible-selected-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    First
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    Second
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    Third
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible:selected-o 20 | 21 | 22 | Materialize default active 23 |
    24 | -------------------------------------------------------------------------------- /collapsible/m-collapsible-selected.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    filter_dramaFirst
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    Second
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    Third
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible:selected 20 | 21 | 22 | Materialize default active 23 |
    24 | -------------------------------------------------------------------------------- /collapsible/m-collapsible.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
    filter_dramaFirst
    6 |

    Lorem ipsum dolor sit amet.

    7 |
  • 8 |
  • 9 |
    placeSecond
    10 |

    Lorem ipsum dolor sit amet.

    11 |
  • 12 |
  • 13 |
    whatshotThird
    14 |

    Lorem ipsum dolor sit amet.

    15 |
  • 16 | 17 | ]]>
    18 | 19 | m-collapsible 20 | 21 | 22 | Materialize single select collapsible 23 |
    24 | -------------------------------------------------------------------------------- /collections/m-avatar-collection-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 | 6 | ${2:Title} 7 |

    ${3:First Line}
    8 | ${4:Second Line} 9 |

    10 | 11 |
  • 12 |
  • 13 | 14 | ${5:Title} 15 |

    ${6:First Line}
    16 | ${7:Second Line} 17 |

    18 | 19 |
  • 20 | 21 | ]]>
    22 | m-collection:avatar-o 23 | Materialize collection with avatar 24 |
    25 | -------------------------------------------------------------------------------- /collections/m-avatar-collection.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 | 6 | ${2:Title} 7 |

    ${3:First Line}
    8 | ${4:Second Line} 9 |

    10 | grade 11 |
  • 12 |
  • 13 | 14 | ${5:Title} 15 |

    ${6:First Line}
    16 | ${7:Second Line} 17 |

    18 | grade 19 |
  • 20 | 21 | ]]>
    22 | m-collection:avatar 23 | Materialize collection with avatar 24 |
    25 | -------------------------------------------------------------------------------- /collections/m-basic-collection.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${2:

    Alvin

    }
  • 5 |
  • ${3:Alvin}
  • 6 |
  • ${4:Alvin}
  • 7 |
  • ${5:Alvin}
  • 8 | 9 | ]]>
    10 | m-collection 11 | Materialize basic collection 12 |
    -------------------------------------------------------------------------------- /collections/m-dismiss-collection-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${1:Alvin}
  • 5 |
  • ${2:Alvin}
  • 6 |
  • ${3:Alvin}
  • 7 |
  • ${4:Alvin}
  • 8 | 9 | ]]>
    10 | m-collection:dismiss-o 11 | Materialize swipe-to-dismiss collection 12 |
    13 | -------------------------------------------------------------------------------- /collections/m-dismiss-collection.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${1:Alvin}send
  • 5 |
  • ${2:Alvin}send
  • 6 |
  • ${3:Alvin}send
  • 7 |
  • ${4:Alvin}send
  • 8 | 9 | ]]>
    10 | m-collection:dismiss 11 | Materialize swipe-to-dismiss collection 12 |
    13 | -------------------------------------------------------------------------------- /collections/m-sec-collection-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${1:First Names}

  • 5 |
  • ${2:Alvin}
  • 6 |
  • ${3:Alvin}
  • 7 |
  • ${4:Alvin}
  • 8 |
  • ${5:Alvin}
  • 9 | 10 | ]]>
    11 | m-collection:sec-o 12 | Materialize collection with links 13 |
    14 | -------------------------------------------------------------------------------- /collections/m-sec-collection.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${1:First Names}

  • 5 |
  • ${2:Alvin}send
  • 6 |
  • ${3:Alvin}send
  • 7 |
  • ${4:Alvin}send
  • 8 |
  • ${5:Alvin}send
  • 9 | 10 | ]]>
    11 | m-collection:sec 12 | Materialize collection with links 13 |
    14 | -------------------------------------------------------------------------------- /dialogs/m-toast-action.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | Item Deleted}${3:Undo}', 5000)">${0:Toast!} 4 | ]]> 5 | 6 | m-toast:action 7 | 8 | 9 | Materialize toast with action 10 | -------------------------------------------------------------------------------- /dialogs/m-toast-js.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | m-toast-js 8 | 9 | 10 | -------------------------------------------------------------------------------- /dialogs/m-toast.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${0:Toast!} 4 | ]]> 5 | 6 | m-toast 7 | 8 | 9 | Materialize toast 10 | 11 | -------------------------------------------------------------------------------- /dialogs/m-tooltip.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | <${1:a} class="btn tooltipped" data-position="${2:bottom}" data-delay="${3:50}" data-tooltip="${4:I am tooltip}">${0:Hover me!} 7 | ]]> 8 | 9 | m-tooltip 10 | 11 | 12 | -------------------------------------------------------------------------------- /dropdown/m-dropdown-hover.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | Drop Me! 5 | 6 | 7 | 13 | ]]> 14 | 15 | m-dropdown:hover 16 | 17 | 18 | -------------------------------------------------------------------------------- /dropdown/m-dropdown.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | Drop Me! 5 | 6 | 7 | 13 | ]]> 14 | 15 | m-dropdown 16 | 17 | 18 | Materialize dropdown 19 | 20 | 21 | -------------------------------------------------------------------------------- /footer/m-footer.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |
    7 |
    ${1:Footer Content}
    8 |

    ${2:You can use rows and columns here to organize your footer content.}

    9 |
    10 |
    11 |
    ${3:Links}
    12 | 18 |
    19 |
    20 |
    21 | 27 | 28 | ]]>
    29 | 30 | m-footer 31 | 32 | 33 | Materialize footer 34 |
    -------------------------------------------------------------------------------- /footer/m-sticky-footer.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | m-sticky-footer:css 14 | Materialize CSS for sticky footer 15 | 16 | -------------------------------------------------------------------------------- /forms/m-form.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${3:Form title} 5 |
    6 |
    7 | 8 | 9 | 10 |
    11 |
    12 | ${0} 13 | 14 | 15 | ]]>
    16 | 17 | m-form 18 | 19 | 20 | Materialize form 21 |
    -------------------------------------------------------------------------------- /forms/m-input-checkbox-filled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 |

    7 | ]]>
    8 | 9 | m-input:checkbox-fill 10 | 11 | 12 | Materialize checkbox filled in 13 |
    -------------------------------------------------------------------------------- /forms/m-input-checkbox.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 |

    7 | ]]>
    8 | 9 | m-input:checkbox 10 | 11 | 12 | Materialize checkbox 13 |
    -------------------------------------------------------------------------------- /forms/m-input-custom-messages.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${7} 7 | ]]> 8 | 9 | m-input:message 10 | 11 | 12 | Materialize custom input error and success messages 13 | 14 | -------------------------------------------------------------------------------- /forms/m-input-date.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | \$('.datepicker').pickadate({ 7 | selectMonths: true, // Creates a dropdown to control month 8 | selectYears: 15 // Creates a dropdown of 15 years to control year 9 | }); 10 | ]]> 11 | 12 | m-input:date 13 | 14 | 15 | Materialize datepicker 16 | 17 | -------------------------------------------------------------------------------- /forms/m-input-file.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${1:File} 6 | 7 |
    8 |
    9 | 10 |
    11 | 12 | ]]>
    13 | 14 | m-input:file 15 | 16 | 17 | Materialize file input 18 |
    19 | -------------------------------------------------------------------------------- /forms/m-input-radio-gap.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 |

    7 | ]]>
    8 | 9 | m-input:radio-gap 10 | 11 | 12 | Materialize radio button with gap 13 |
    -------------------------------------------------------------------------------- /forms/m-input-radio-group.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 |

    7 |

    8 | 9 | 10 |

    11 | ]]>
    12 | 13 | m-input:radio-group 14 | 15 | 16 | Materialize radio button group 17 |
    -------------------------------------------------------------------------------- /forms/m-input-radio.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 |

    7 | ]]>
    8 | 9 | m-input:radio 10 | 11 | 12 | Materialize radio button 13 |
    -------------------------------------------------------------------------------- /forms/m-input-range.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |

    6 | ]]>
    7 | 8 | m-input:range 9 | 10 | 11 | Materialize range 12 |
    -------------------------------------------------------------------------------- /forms/m-input-select-default-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | Browser Select 4 | 9 | ]]> 10 | 11 | m-input:select-default-disabled 12 | 13 | 14 | Materialize default browser disabled select button 15 | -------------------------------------------------------------------------------- /forms/m-input-select-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | Browser Select 4 | 9 | ]]> 10 | 11 | m-input:select-default 12 | 13 | 14 | Materialize default browser select button 15 | -------------------------------------------------------------------------------- /forms/m-input-select-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | } 4 |
    5 | 11 |
    12 | 13 | ]]>
    14 | 15 | m-input:select-disabled 16 | 17 | 18 | Materialize disabled select button 19 |
    -------------------------------------------------------------------------------- /forms/m-input-select-grouped.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 14 | 15 | 16 | ]]> 17 | 18 | m-input:select-group 19 | 20 | 21 | Materialize Group Select button 22 | -------------------------------------------------------------------------------- /forms/m-input-select-icon-left.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | 12 | ]]> 13 | 14 | m-input:select-icon-left 15 | 16 | 17 | Materialize select button with left image icons 18 | -------------------------------------------------------------------------------- /forms/m-input-select-icon-right.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | 12 | ]]> 13 | 14 | m-input:select-icon-right 15 | 16 | 17 | Materialize select button with right image icons 18 | -------------------------------------------------------------------------------- /forms/m-input-select-multiple.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | 12 | ]]> 13 | 14 | m-input:select-multiple 15 | 16 | 17 | Materialize Multiple Select button 18 | -------------------------------------------------------------------------------- /forms/m-input-select.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | 12 | ]]> 13 | 14 | m-input:select 15 | 16 | 17 | Materialize select button 18 | -------------------------------------------------------------------------------- /forms/m-input-switch-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 11 |
    12 | ]]>
    13 | 14 | m-input:switch-disabled 15 | 16 | 17 | Materialize disabled switch 18 |
    19 | -------------------------------------------------------------------------------- /forms/m-input-switch.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 11 |
    12 | ]]>
    13 | 14 | m-input:switch 15 | 16 | 17 | Materialize switch 18 |
    19 | -------------------------------------------------------------------------------- /forms/m-input-text-icon-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 9 | 10 | m-input:text-icon-o 11 | 12 | 13 | Materialize text input with old icons 14 | 15 | -------------------------------------------------------------------------------- /forms/m-input-text-icon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | account_circle 5 | 6 | 7 | 8 | ]]> 9 | 10 | m-input:text-icon 11 | 12 | 13 | Materialize text input with icon 14 | 15 | -------------------------------------------------------------------------------- /forms/m-input-text.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | ]]> 8 | 9 | m-input:text 10 | 11 | 12 | Materialize text input 13 | -------------------------------------------------------------------------------- /forms/m-input-textarea-icon-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ]]> 9 | 10 | m-input:textarea-icon-o 11 | 12 | 13 | Materialize textarea with icon 14 | -------------------------------------------------------------------------------- /forms/m-input-textarea-icon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | mode_edi 5 | 6 | 7 | 8 | ]]> 9 | 10 | m-input:textarea-icon 11 | 12 | 13 | Materialize textarea with icon 14 | 15 | -------------------------------------------------------------------------------- /forms/m-input-textarea.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | ]]> 8 | 9 | m-input:textarea 10 | 11 | 12 | Materialize textarea 13 | 14 | -------------------------------------------------------------------------------- /forms/m-registration-form-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |
    7 | 8 | 9 |
    10 |
    11 | 12 | 13 |
    14 |
    15 |
    16 |
    17 | 18 | 19 |
    20 |
    21 |
    22 |
    23 | 24 | 25 |
    26 |
    27 |
    28 |
    29 | 30 | 31 |
    32 |
    33 | <${5:button} ${6:type="button"} class="btn waves-effect waves-light">${7:} 34 |
    35 | 36 | ]]>
    37 | 38 | m-form:register-o 39 | 40 | 41 | Materialize registration form with old icons 42 |
    43 | -------------------------------------------------------------------------------- /forms/m-registration-form.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |
    7 | 8 | 9 |
    10 |
    11 | 12 | 13 |
    14 |
    15 |
    16 |
    17 | 18 | 19 |
    20 |
    21 |
    22 |
    23 | 24 | 25 |
    26 |
    27 |
    28 |
    29 | 30 | 31 |
    32 |
    33 | <${5:button} ${6:type="button"} class="btn waves-effect waves-light">${7:send} 34 |
    35 | 36 | ]]>
    37 | 38 | m-form:register 39 | 40 | 41 | Materialize registration form 42 |
    43 | -------------------------------------------------------------------------------- /grid/m-col-1.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:1 8 | -------------------------------------------------------------------------------- /grid/m-col-10.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:10 8 | -------------------------------------------------------------------------------- /grid/m-col-11.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:11 8 | -------------------------------------------------------------------------------- /grid/m-col-12.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:12 8 | -------------------------------------------------------------------------------- /grid/m-col-2.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:2 8 | -------------------------------------------------------------------------------- /grid/m-col-3.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:13 8 | -------------------------------------------------------------------------------- /grid/m-col-4.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:4 8 | -------------------------------------------------------------------------------- /grid/m-col-5.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:5 8 | -------------------------------------------------------------------------------- /grid/m-col-6.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:6 8 | -------------------------------------------------------------------------------- /grid/m-col-7.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:7 8 | -------------------------------------------------------------------------------- /grid/m-col-8.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:8 8 | -------------------------------------------------------------------------------- /grid/m-col-9.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col:9 8 | -------------------------------------------------------------------------------- /grid/m-col-promo.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | ${1:} 7 |
    8 |
    9 | ${2:} 10 |
    11 |
    12 | ${3:} 13 |
    14 | 15 | 16 | ]]>
    17 | 18 | m-col:promo 19 | 20 | 21 |
    -------------------------------------------------------------------------------- /grid/m-col.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | m-col 8 | -------------------------------------------------------------------------------- /helpers/align.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3} 4 | ]]> 5 | m-align 6 | -------------------------------------------------------------------------------- /helpers/center-align.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-center-align 6 | -------------------------------------------------------------------------------- /helpers/float-left.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-left 6 | -------------------------------------------------------------------------------- /helpers/float-right.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-right 6 | -------------------------------------------------------------------------------- /helpers/hide-on-large-only.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-hide:desktop 6 | Materializecss: Hidden for Desktop Only 7 | -------------------------------------------------------------------------------- /helpers/hide-on-med-and-down.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-hide:tablet-down 6 | Materializecss: Hidden for Tablet and Below 7 | -------------------------------------------------------------------------------- /helpers/hide-on-med-and-up.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-hide:tablet-up 6 | Materializecss: Hidden for Tablet and Above 7 | -------------------------------------------------------------------------------- /helpers/hide-on-med-only.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-hide:tablet 6 | Materializecss: Hidden for Tablet Only 7 | -------------------------------------------------------------------------------- /helpers/hide-on-small-only.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-hide:mobile 6 | Materializecss: Hidden for Mobile Only 7 | -------------------------------------------------------------------------------- /helpers/hide.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-hide 6 | Materializecss: Hidden for all Devices 7 | -------------------------------------------------------------------------------- /helpers/left-align.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-left-align 6 | -------------------------------------------------------------------------------- /helpers/right-align.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-right-align 6 | -------------------------------------------------------------------------------- /helpers/truncate.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-truncate 6 | -------------------------------------------------------------------------------- /helpers/valign-wrapper.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${1:<${2:h5} class="valign">${3}} 5 | 6 | ]]> 7 | m-valign-wrapper 8 | -------------------------------------------------------------------------------- /helpers/valign.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2} 4 | ]]> 5 | m-valign 6 | -------------------------------------------------------------------------------- /icon/m-icon-3d-rotation.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 |
    4 | ]]> 5 | 6 | m-icon:3d-rotation 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-accessibility.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 |
    4 | ]]> 5 | 6 | m-icon:accessibility 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-action.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:action 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-alert-error.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:alert-error 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-av.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:av 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-communication.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:communication 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-content.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:content 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-device.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:device 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-editor.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:editor 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-file.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:file 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-hardware.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:hardware 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-image.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:image 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-large-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:lg-o 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icon/m-icon-large.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:} 4 | ]]> 5 | 6 | m-icon:lg 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-maps.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:maps 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-medium-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:md-o 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icon/m-icon-medium.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:} 4 | ]]> 5 | 6 | m-icon:md 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-navigation-menu.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:navigation-menu 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-navigation.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:navigation 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-notification.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:notification 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon-o 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icon/m-icon-small-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:sm-o 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icon/m-icon-small.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:} 4 | ]]> 5 | 6 | m-icon:sm 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-social.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:social-o 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icon/m-icon-tiny-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:tiny-o 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icon/m-icon-tiny.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:} 4 | ]]> 5 | 6 | m-icon:tiny 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon-toggle.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-icon:toggle 7 | 8 | 9 | -------------------------------------------------------------------------------- /icon/m-icon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:} 4 | ]]> 5 | 6 | m-icon 7 | 8 | 9 | -------------------------------------------------------------------------------- /js/m-pushpin.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | m-pushpin 7 | 8 | 9 | -------------------------------------------------------------------------------- /js/m-scrollfire.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | m-scrollfire 12 | 13 | 14 | -------------------------------------------------------------------------------- /js/m-slideout-js.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | clicks, useful for Angular/Meteor 8 | } 9 | ); 10 | // Initialize collapsible (uncomment the line below if you use the dropdown variation) 11 | //\$('.collapsible').collapsible(); 12 | 13 | ]]> 14 | 15 | m-navbar:slideout-js 16 | 17 | 18 | -------------------------------------------------------------------------------- /media/m-materialbox-caption.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-materialbox:caption 7 | 8 | 9 | -------------------------------------------------------------------------------- /media/m-materialbox.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | 6 | m-materialbox 7 | 8 | 9 | -------------------------------------------------------------------------------- /media/m-slider.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 20 | 21 | ]]> 22 | 23 | m-slider 24 | 25 | 26 | -------------------------------------------------------------------------------- /messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "install": "messages/install.txt", 3 | "1.0.1": "messages/1.0.1.txt", 4 | "1.0.2": "messages/1.0.2.txt", 5 | "1.0.5": "messages/1.0.5.txt", 6 | "1.0.6": "messages/1.0.6.txt", 7 | "1.0.7": "messages/1.0.7.txt", 8 | "1.0.8": "messages/1.0.8.txt", 9 | "1.0.9": "messages/1.0.9.txt", 10 | "1.0.10": "messages/1.0.10.txt", 11 | "1.1.0": "messages/1.1.0.txt", 12 | "1.1.1": "messages/1.1.1.txt" 13 | } -------------------------------------------------------------------------------- /messages/1.0.1.txt: -------------------------------------------------------------------------------- 1 | v1.0.1 Changelog: 2 | -------------------------------------------------------------------------------- 3 | 4 | 5 | * Thanks to (@theprinceanim), we now have a very comprehensive readme 6 | * CDN 7 | * collection tab triggers 8 | 9 | If you find any bugs or have a contribution please let me know at: 10 | 11 | https://github.com/ayinloya/materialized-css-snippets 12 | 13 | Happy coding. :) 14 | 15 | -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- /messages/1.0.10.txt: -------------------------------------------------------------------------------- 1 | v1.0.10 Change log: 2 | -------------------------------------------------------------------------------- 3 | Bug fix: 4 | Fix issue https://github.com/ayinloya/materialized-css-snippets/issues/13 5 | Thanks @animeshsinghweb 6 | 7 | If there are new features added to the materialize css project which is not available here, send a request or add it and make a pull request. 8 | 9 | Credit to all contributors 10 | * @pythad, new materialize css icons 11 | * @logomaster256, awesome indentation 12 | * @theprinceanim), comprehensive readme 13 | * You, the hacker. 14 | 15 | Thanks a lot. 16 | 17 | If you find any bugs, have a contribution or suggestions please let me know at: 18 | 19 | https://github.com/ayinloya/materialized-css-snippets 20 | 21 | twitter.com/ayinloya 22 | 23 | Happy coding. :) 24 | 25 | -------------------------------------------------------------------------------- 26 | -------------------------------------------------------------------------------- /messages/1.0.2.txt: -------------------------------------------------------------------------------- 1 | v1.0.2 Changelog: 2 | -------------------------------------------------------------------------------- 3 | 4 | 5 | * Thanks to (@theprinceanim), we now have a very comprehensive readme 6 | * CDN 7 | * collection tab triggers 8 | * m-navbar:slideout-js fixed but remember to add $ 9 | * m-sticky-footer:css fixed 10 | 11 | If you find any bugs or have a contribution please let me know at: 12 | 13 | https://github.com/ayinloya/materialized-css-snippets 14 | 15 | Happy coding. :) 16 | 17 | -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- /messages/1.0.5.txt: -------------------------------------------------------------------------------- 1 | v1.0.5 Changelog: 2 | -------------------------------------------------------------------------------- 3 | 4 | 5 | * Thanks to (@logomaster256), the snippets are now well indented and aligned. 6 | 7 | Credits to https://github.com/logomaster256 for this version. 8 | Thanks a lot. 9 | 10 | If you find any bugs or have a contribution please let me know at: 11 | 12 | https://github.com/ayinloya/materialized-css-snippets 13 | 14 | Happy coding. :) 15 | 16 | -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- /messages/1.0.6.txt: -------------------------------------------------------------------------------- 1 | v1.0.6 Changelog: 2 | -------------------------------------------------------------------------------- 3 | * Materialize Css has changed how icons are handled. 4 | * Thanks to https://github.com/pythad, the new materialize css icons implementation has be taken care of. 5 | 6 | In this update, the following are changed 7 | 8 | | Snippet | Old | New 9 | |-------------------------|--------------------------------------------------------------------------------- 10 | | m-icon | | 11 | | m-icon:tiny | | 12 | | m-icon:sm | | 13 | | m-icon:md | | 14 | 15 | - All other icon snippets are removed, since they are a base to the rest of the icons. 16 | 17 | 18 | Credit to all contributors 19 | * @pythad, new materialize css icons 20 | * @logomaster256, awesome indentation 21 | * @theprinceanim), comprehensive readme 22 | * You, the coder. 23 | 24 | Thanks a lot. 25 | 26 | If you find any bugs or have a contribution please let me know at: 27 | 28 | https://github.com/ayinloya/materialized-css-snippets 29 | 30 | Happy coding. :) 31 | 32 | -------------------------------------------------------------------------------- 33 | -------------------------------------------------------------------------------- /messages/1.0.7.txt: -------------------------------------------------------------------------------- 1 | v1.0.7 Change log: 2 | -------------------------------------------------------------------------------- 3 | 4 | * Materialize Css has changed how icons are handled. 5 | * Thanks to https://github.com/pythad, the new materialize css icons implementation has be taken care of. 6 | 7 | In this update, the following are changed 8 | 9 | Access the new version of materialize css 10 | 11 | | Snippet | code 12 | |---------------------------|-------------------------------------------- 13 | | m-icon | 14 | | m-icon:tiny | i class="tiny material-icons"> 15 | | m-icon:sm | i class="small material-icons"> 16 | | m-icon:md | 17 | 18 | Using the old icon snippets 19 | | Snippet | code 20 | |---------------------------|--------------------------------------------- 21 | | m-icon-o | 22 | | m-icon:tiny-o | 23 | | m-icon:sm-o | 24 | | m-icon:md-o | 2 | 4 | Modal 5 | 6 | 7 | 16 | ]]> 17 | 18 | m-modal:fixed-footer 19 | 20 | 21 | -------------------------------------------------------------------------------- /modal/m-modal.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | Modal 5 | 6 | 7 | 16 | ]]> 17 | 18 | m-modal 19 | 20 | 21 | -------------------------------------------------------------------------------- /navbar/m-navbar-center.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 12 | 13 | ]]> 14 | 15 | m-navbar:center 16 | 17 | 18 | -------------------------------------------------------------------------------- /navbar/m-navbar-collapse.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 20 | 21 | ]]> 22 | 23 | m-navbar:collapse 24 | 25 | 26 | -------------------------------------------------------------------------------- /navbar/m-navbar-fixed.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 26 | ]]> 27 | 28 | m-navbar:fixed 29 | 30 | 31 | -------------------------------------------------------------------------------- /navbar/m-navbar-icon-text.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 11 | 12 | ]]> 13 | 14 | m-navbar:icon-text 15 | 16 | 17 | -------------------------------------------------------------------------------- /navbar/m-navbar-icons.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 13 | 14 | ]]> 15 | 16 | m-navbar:icon 17 | 18 | 19 | -------------------------------------------------------------------------------- /navbar/m-navbar-left.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 12 | 13 | ]]> 14 | 15 | m-navbar:left 16 | 17 | 18 | -------------------------------------------------------------------------------- /navbar/m-navbar-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 28 | ]]> 29 | 30 | m-navbar-o 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /navbar/m-navbar-right.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 12 | 13 | ]]> 14 | 15 | m-navbar:right 16 | 17 | 18 | -------------------------------------------------------------------------------- /navbar/m-navbar-search-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 12 | 13 | ]]> 14 | 15 | m-navbar:search-o 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /navbar/m-navbar-search.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 12 | 13 | ]]> 14 | 15 | m-navbar:search 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /navbar/m-navbar-slideout-dropdown.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • First Sidebar Link
  • 5 |
  • Second Sidebar Link
  • 6 |
  • 7 | 20 |
  • 21 | 22 | 33 | 34 | ]]>
    35 | 36 | m-navbar:slideout-dropdown 37 | 38 | 39 |
    -------------------------------------------------------------------------------- /navbar/m-navbar-slideout-fixed.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${1:First Sidebar Link}
  • 5 |
  • ${2:Second Sidebar Link}
  • 6 | 7 | 8 | ]]>
    9 | 10 | m-navbar:slideout-fixed 11 | 12 | 13 |
    -------------------------------------------------------------------------------- /navbar/m-navbar-slideout-fullscreen.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • ${1:First Sidebar Link}
  • 5 |
  • ${2:Second Sidebar Link}
  • 6 | 7 | 8 | ]]>
    9 | 10 | m-navbar:slideout-fullscreen 11 | 12 | 13 |
    -------------------------------------------------------------------------------- /navbar/m-navbar-slideout-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 12 | 13 | 14 | ]]> 15 | 16 | m-navbar:slideout-o 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /navbar/m-navbar-slideout.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 12 | menu 13 | 14 | ]]> 15 | 16 | m-navbar:slideout 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /navbar/m-navbar.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 28 | ]]> 29 | 30 | m-navbar 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /pagination/m-basic-pagination-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 |
  • 1
  • 6 |
  • 2
  • 7 |
  • 3
  • 8 |
  • 4
  • 9 |
  • 5
  • 10 |
  • 11 | 12 | ]]>
    13 | 14 | m-pagination-o 15 | 16 | 17 | Materialize basic pagination 18 |
    19 | -------------------------------------------------------------------------------- /pagination/m-basic-pagination.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • chevron_left
  • 5 |
  • 1
  • 6 |
  • 2
  • 7 |
  • 3
  • 8 |
  • 4
  • 9 |
  • 5
  • 10 |
  • chevron_right
  • 11 | 12 | ]]>
    13 | 14 | m-pagination 15 | 16 | 17 | Materialize basic pagination 18 |
    19 | -------------------------------------------------------------------------------- /parallax/m-parallax.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 | ]]>
    7 | 8 | m-parallax 9 | 10 | 11 |
    -------------------------------------------------------------------------------- /progressbar/m-progress-bar-circular.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |
    7 |
    8 |
    9 |
    10 |
    11 |
    12 |
    13 |
    14 |
    15 | 16 | ]]>
    17 | 18 | m-progress-bar:circular 19 | 20 | 21 |
    -------------------------------------------------------------------------------- /progressbar/m-progress-bar-determinate.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 | ]]>
    7 | 8 | m-progress-bar:determinate 9 | 10 | 11 |
    -------------------------------------------------------------------------------- /progressbar/m-progress-bar-indeterminate.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 | ]]>
    7 | 8 | m-progress-bar:indeterminate 9 | 10 | 11 | Materialize indeterminate progress bar 12 |
    -------------------------------------------------------------------------------- /progressbar/m-progress-bar-rainbow.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |
    7 |
    8 |
    9 |
    10 |
    11 |
    12 |
    13 |
    14 |
    15 | 16 |
    17 |
    18 |
    19 |
    20 |
    21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 | 28 |
    29 |
    30 |
    31 |
    32 |
    33 |
    34 |
    35 |
    36 |
    37 |
    38 |
    39 | 40 |
    41 |
    42 |
    43 |
    44 |
    45 |
    46 |
    47 |
    48 |
    49 |
    50 |
    51 | 52 | ]]>
    53 | 54 | m-progress-bar:rainbow 55 | 56 | 57 |
    58 | -------------------------------------------------------------------------------- /scroll/m-scrollspy.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |

    ${2:Content}

    7 |
    8 | 9 |
    10 |

    ${4:Content}

    11 |
    12 | 13 |
    14 |

    ${6:Content}

    15 |
    16 |
    17 |
    18 | 23 |
    24 | 25 | ]]>
    26 | 27 | m-scrollspy 28 | 29 | 30 |
    -------------------------------------------------------------------------------- /table/m-table-bordered.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table:bordered 28 | 29 | 30 | -------------------------------------------------------------------------------- /table/m-table-centered.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table:centered 28 | 29 | 30 | -------------------------------------------------------------------------------- /table/m-table-highlight.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table:highlight 28 | 29 | 30 | -------------------------------------------------------------------------------- /table/m-table-hoverable.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table:hover 28 | 29 | 30 | -------------------------------------------------------------------------------- /table/m-table-responsive.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table:responsive 28 | 29 | 30 | -------------------------------------------------------------------------------- /table/m-table-striped.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table:striped 28 | 29 | 30 | -------------------------------------------------------------------------------- /table/m-table.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ${2:Name} 7 | ${4:Item Name} 8 | ${6:Item Price} 9 | 10 | 11 | 12 | 13 | 14 | ${7:Alvin} 15 | ${8:Eclair} 16 | ${9:$0.87} 17 | 18 | 19 | ${10:Alan} 20 | ${11:Jellybean} 21 | ${12:$3.76} 22 | 23 | 24 | 25 | ]]> 26 | 27 | m-table 28 | 29 | 30 | -------------------------------------------------------------------------------- /tabs/m-tabs.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 11 |
    12 |
    ${2:Test 1}
    13 |
    ${4:Test 2}
    14 |
    ${6:Test 3}
    15 |
    ${8:Test 4}
    16 | 17 | ]]>
    18 | 19 | m-tab 20 | 21 | 22 |
    -------------------------------------------------------------------------------- /template/m-template-html-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | ${1:content here} 15 | 16 | 17 | 18 | 19 | 20 | ]]> 21 | 22 | m-template:html 23 | 24 | 25 | -------------------------------------------------------------------------------- /template/m-template-html.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | ${1:content here} 15 | 16 | 17 | 18 | 19 | 20 | ]]> 21 | 22 | m-template:html 23 | 24 | 25 | -------------------------------------------------------------------------------- /template/m-template-parallax-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Parallax Template - Materialize 9 | 10 | 11 | 12 | 13 | 14 | 15 | 28 | 29 |
    30 |
    31 |
    32 |

    33 |

    Parallax Template

    34 |
    35 |
    A modern responsive front-end framework based on Material Design
    36 |
    37 |
    38 | Get Started 39 |
    40 |

    41 | 42 |
    43 |
    44 |
    Unsplashed background img 2
    45 |
    46 | 47 |
    48 |
    49 | 50 | 51 |
    52 |
    53 |
    54 |

    55 |
    Speeds up development
    56 | 57 |

    We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.

    58 |
    59 |
    60 | 61 |
    62 |
    63 |

    64 |
    User Experience Focused
    65 | 66 |

    By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.

    67 |
    68 |
    69 | 70 |
    71 |
    72 |

    73 |
    Easy to work with
    74 | 75 |

    We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.

    76 |
    77 |
    78 |
    79 | 80 |
    81 |
    82 | 83 | 84 |
    85 |
    86 |
    87 |
    88 |
    A modern responsive front-end framework based on Material Design
    89 |
    90 |
    91 |
    92 |
    Unsplashed background img 2
    93 |
    94 | 95 |
    96 |
    97 | 98 |
    99 |
    100 |

    101 |

    Contact Us

    102 |

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam scelerisque id nunc nec volutpat. Etiam pellentesque tristique arcu, non consequat magna fermentum ac. Cras ut ultricies eros. Maecenas eros justo, ullamcorper a sapien id, viverra ultrices eros. Morbi sem neque, posuere et pretium eget, bibendum sollicitudin lacus. Aliquam eleifend sollicitudin diam, eu mattis nisl maximus sed. Nulla imperdiet semper molestie. Morbi massa odio, condimentum sed ipsum ac, gravida ultrices erat. Nullam eget dignissim mauris, non tristique erat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;

    103 |
    104 |
    105 | 106 |
    107 |
    108 | 109 | 110 |
    111 |
    112 |
    113 |
    114 |
    A modern responsive front-end framework based on Material Design
    115 |
    116 |
    117 |
    118 |
    Unsplashed background img 3
    119 |
    120 | 121 |
    122 |
    123 |
    124 |
    125 |
    Company Bio
    126 |

    We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.

    127 | 128 | 129 |
    130 |
    131 |
    Settings
    132 | 138 |
    139 |
    140 |
    Connect
    141 | 147 |
    148 |
    149 |
    150 | 155 |
    156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | ]]>
    166 | 167 | m-template:parallax 168 | 169 | 170 |
    -------------------------------------------------------------------------------- /template/m-template-parallax.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | Parallax Template - Materialize 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 30 | 31 |
    32 |
    33 |
    34 |

    35 |

    Parallax Template

    36 |
    37 |
    A modern responsive front-end framework based on Material Design
    38 |
    39 |
    40 | Get Started 41 |
    42 |

    43 | 44 |
    45 |
    46 |
    Unsplashed background img 1
    47 |
    48 | 49 | 50 |
    51 |
    52 | 53 | 54 |
    55 |
    56 |
    57 |

    flash_on

    58 |
    Speeds up development
    59 | 60 |

    We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.

    61 |
    62 |
    63 | 64 |
    65 |
    66 |

    group

    67 |
    User Experience Focused
    68 | 69 |

    By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.

    70 |
    71 |
    72 | 73 |
    74 |
    75 |

    settings

    76 |
    Easy to work with
    77 | 78 |

    We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.

    79 |
    80 |
    81 |
    82 | 83 |
    84 |
    85 | 86 | 87 |
    88 |
    89 |
    90 |
    91 |
    A modern responsive front-end framework based on Material Design
    92 |
    93 |
    94 |
    95 |
    Unsplashed background img 2
    96 |
    97 | 98 |
    99 |
    100 | 101 |
    102 |
    103 |

    104 |

    Contact Us

    105 |

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam scelerisque id nunc nec volutpat. Etiam pellentesque tristique arcu, non consequat magna fermentum ac. Cras ut ultricies eros. Maecenas eros justo, ullamcorper a sapien id, viverra ultrices eros. Morbi sem neque, posuere et pretium eget, bibendum sollicitudin lacus. Aliquam eleifend sollicitudin diam, eu mattis nisl maximus sed. Nulla imperdiet semper molestie. Morbi massa odio, condimentum sed ipsum ac, gravida ultrices erat. Nullam eget dignissim mauris, non tristique erat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;

    106 |
    107 |
    108 | 109 |
    110 |
    111 | 112 | 113 |
    114 |
    115 |
    116 |
    117 |
    A modern responsive front-end framework based on Material Design
    118 |
    119 |
    120 |
    121 |
    Unsplashed background img 3
    122 |
    123 | 124 |
    125 |
    126 |
    127 |
    128 |
    Company Bio
    129 |

    We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.

    130 | 131 | 132 |
    133 |
    134 |
    Settings
    135 | 141 |
    142 |
    143 |
    Connect
    144 | 150 |
    151 |
    152 |
    153 | 158 |
    159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | ]]>
    170 | 171 | m-template:parallax 172 | 173 | 174 |
    175 | -------------------------------------------------------------------------------- /template/m-template-starter-o.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Starter Template - Materialize 9 | 10 | 11 | 12 | 13 | 14 | 15 | 29 |
    30 |
    31 |

    32 |

    Starter Template

    33 |
    34 |
    A modern responsive front-end framework based on Material Design
    35 |
    36 |
    37 | Get Started 38 |
    39 |

    40 | 41 |
    42 |
    43 | 44 |
    45 |
    46 | 47 | 48 |
    49 |
    50 |
    51 |

    52 |
    Speeds up development
    53 | 54 |

    We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.

    55 |
    56 |
    57 | 58 |
    59 |
    60 |

    61 |
    User Experience Focused
    62 | 63 |

    By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.

    64 |
    65 |
    66 | 67 |
    68 |
    69 |

    70 |
    Easy to work with
    71 | 72 |

    We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.

    73 |
    74 |
    75 |
    76 | 77 |
    78 |

    79 | 80 |
    81 | 82 |
    83 |
    84 | 85 |
    86 |
    87 |
    88 |
    89 |
    Company Bio
    90 |

    We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.

    91 | 92 | 93 |
    94 |
    95 |
    Settings
    96 | 102 |
    103 |
    104 |
    Connect
    105 | 111 |
    112 |
    113 |
    114 | 119 |
    120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | ]]>
    131 | 132 | m-template:starter 133 | 134 | 135 |
    -------------------------------------------------------------------------------- /template/m-template-starter.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Starter Template - Materialize 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 28 |
    29 |
    30 |

    31 |

    Starter Template

    32 |
    33 |
    A modern responsive front-end framework based on Material Design
    34 |
    35 |
    36 | Get Started 37 |
    38 |

    39 | 40 |
    41 |
    42 | 43 | 44 |
    45 |
    46 | 47 | 48 |
    49 |
    50 |
    51 |

    flash_on

    52 |
    Speeds up development
    53 | 54 |

    We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.

    55 |
    56 |
    57 | 58 |
    59 |
    60 |

    group

    61 |
    User Experience Focused
    62 | 63 |

    By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.

    64 |
    65 |
    66 | 67 |
    68 |
    69 |

    settings

    70 |
    Easy to work with
    71 | 72 |

    We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.

    73 |
    74 |
    75 |
    76 | 77 |
    78 |

    79 | 80 |
    81 | 82 |
    83 |
    84 | 85 |
    86 |
    87 |
    88 |
    89 |
    Company Bio
    90 |

    We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.

    91 | 92 | 93 |
    94 |
    95 |
    Settings
    96 | 102 |
    103 |
    104 |
    Connect
    105 | 111 |
    112 |
    113 |
    114 | 119 |
    120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | ]]>
    131 | 132 | m-template:starter 133 | 134 | 135 |
    136 | -------------------------------------------------------------------------------- /typography/m-flow-text.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:I am Flow Text}

    4 | ]]>
    5 | 6 | m-flow-text 7 | 8 | 9 |
    --------------------------------------------------------------------------------