Commit Graph

106 Commits

Author SHA1 Message Date
Austin Andrews
47d8b0ecbd typo 2018-09-23 18:02:11 -05:00
Austin Andrews
297f0f6bae Wording. 2018-09-20 00:01:52 -05:00
Austin Andrews
11a4c86791 Update getting-started.savvy 2018-09-19 23:55:38 -05:00
Austin Andrews
82b0dcdecd Deprecate old docs. 2018-09-19 23:54:10 -05:00
Quentin Stoeckel
b0502a9823 Add documentation about PHP integration 2018-08-21 22:27:56 +02:00
Austin Andrews
48ad308f6d Update getting-started.savvy 2018-08-10 19:34:27 -05:00
Austin Andrews
12c759f9ab Update getting-started.savvy 2018-08-10 19:32:19 -05:00
Austin Andrews
3b061baa32 ReactJS docs. 2018-08-10 19:30:14 -05:00
Austin Andrews
f871b997c8 @mdi/js example. 2018-08-05 09:34:30 -05:00
Levin Rickert
3586dfa725 Add mdi-preact 2018-05-10 13:23:27 +02:00
Ben Struthers
f139d0455b Update link to license file 2018-04-09 21:10:40 -05:00
Stanislav Romanov
43bc5d8a09 Added ember-mdi into getting-started 2018-03-03 13:37:39 +03:00
Josh Kuroda
52cf6ef42d Forgot the 't' in Bootstrap on getting-started 2018-01-24 08:32:24 -08:00
Edward Betts
d29bae402d Correct spelling mistakes. 2017-11-27 10:55:29 +00:00
Edric Chan
710bf66653 Add fix where icon does not displaying properly 2017-10-30 22:08:35 +08:00
Edric Chan
4771773231 Add fix on misaligned menu items
- Change indent to two spaces
- Add note to import `HttpClientModule` if using latest version of `master`
2017-10-29 21:53:38 +08:00
Edric Chan
afb7326ef8 Change material2 section to new version
- Add HTML comments to example usage
- Update section to new version (`2.0.0-beta.12`)
- Change demo to use Stackblitz
- Rephrase some words, change grammar
- Add missing module imports
2017-10-24 15:52:41 +08:00
pterrien
bd34b55897 correction on flip-* classes
According to the .scss, the correct classes are `.mdi-flip-h` and `.mdi-flip-v`, not `.mdi-flip-horizontal` and `.mdi-flip-vertical`:
```
.#{$mdi-css-prefix}-flip-h:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.#{$mdi-css-prefix}-flip-v:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
```
2017-10-07 11:53:27 +02:00
Edric Chan
aadf1bce2b Update angular material2 section with more information
- Clarifies on what modules to import
- State notice about .angular-cli.json
- More detailed example usage
- Add demo plunker
- Add more info on icon which goes to docs site
- Update Angular to use AngularJS for 1.x and Angular for 2.x/4.x
2017-09-08 12:35:40 +08:00
Austin Andrews
3cc75dcf4f Fix typo. 2017-09-07 21:17:58 -05:00
Axel Le Bot
5ba5a2a110 [TASK] Added Angular 2 config
- Added Angular 2 config
- Edited Angular JS config
From @Chan4077 on stackoverflow (https://stackoverflow.com/questions/44677960/how-to-use-material-design-icons-in-angular-4)
2017-08-18 19:53:52 +02:00
Austin Andrews
39a4a8920a Fix typo on url. 2017-08-04 23:31:45 -05:00
Levin Rickert
f43adba004 Added mdi-react as alternative to mdi-material-ui 2017-07-29 20:38:31 +02:00
Rob Cresswell
8d2ccd2008 Fix Vue section in getting-start 2017-07-28 14:05:37 +01:00
Rob Cresswell
4ea16ffdc8 Add getting start note about icons in Vue 2017-07-25 19:09:24 +01:00
Austin Andrews
c66ad03b57 Update getting-started.savvy 2017-07-24 00:43:14 -05:00
Maik Marschner
4e299229c7 Add React+Material-UI usage to the getting started guide 2017-07-22 23:54:41 +02:00
James Coyle
364b1b387e Fixed errors 2016-08-06 21:22:42 +01:00
James Coyle
8bb64cfdf3 Update getting-started.savvy 2016-08-06 21:19:22 +01:00
James Coyle
b25a153eba Improved Webfont Documentation
Improved Webfont Documentation ready for the next release.
2016-08-06 21:18:09 +01:00
Warren Seine
ce0f751350 Fix typo. 2016-06-01 16:33:24 +02:00
jq
90c0da3d14 Update getting-started.savvy 2016-04-29 00:57:41 +03:00
Austin Andrews
ea561ee84c Atom 2016-02-14 16:42:36 -06:00
Austin Andrews
29f537a1b0 Glyphfriend extension linked in about. 2016-02-06 17:28:05 -06:00
Austin Andrews
fe477c85fe Update getting-started.savvy 2015-11-23 09:13:38 -06:00
Austin Andrews
f17781c140 Update getting-started.savvy 2015-11-22 18:38:05 -06:00
Austin Andrews
a9319972c3 Angular Material. 2015-11-22 18:37:01 -06:00
Austin Andrews
867e9b4e75 Cordava bug warning. 2015-11-02 00:04:12 -06:00
Austin Andrews
fb144ed96a separate polymer link. 2015-09-27 17:26:20 -05:00
Austin Andrews
2bbf314fa3 Polymer 1.0 support. 2015-09-27 17:17:12 -05:00
Austin Andrews
a0391830e6 Fixed typo in sass example. 2015-07-31 20:33:05 -05:00
Austin Andrews
4bfe4da694 sass example. 2015-07-27 17:24:02 -05:00
Austin Andrews
3371c91dd3 Adobe illustrator symbols. 2015-06-17 23:50:06 -05:00
Austin Andrews
b1f3765178 Explain Vector Drawable. 2015-05-31 00:24:08 -05:00
Austin Andrews
c3b6406e24 Fixed typo. 2015-05-31 00:02:29 -05:00
Austin Andrews
a2eaa58b18 Fixed typo. 2015-05-30 23:57:24 -05:00
Austin Andrews
d2aa7b616d Updates to getting started. 2015-05-30 23:52:11 -05:00
Austin Andrews
f68adc425f Changed license.txt to reflect the google license. 2015-03-09 15:16:21 -05:00
Richard Burte
c839de923f Update getting-started.savvy
Added the license info, should probably be fleshed out.
2015-03-09 12:47:06 -07:00
Austin Andrews
c3e69e1835 npm doc 2015-03-03 23:11:23 -06:00