File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -18,35 +18,15 @@ MDI**DX** helps modern **web developers** to use and include the (awesome) Mater
18
18
19
19
### Installation
20
20
21
-
22
- using bower
23
- ```
24
- bower install material-design-icons-iconfont --save
25
- ```
26
-
27
21
using npm
28
22
```
29
23
npm install material-design-icons-iconfont --save
30
24
```
31
25
32
26
33
-
34
27
### Usage - Check out the [ Demo Page] ( https://jossef.github.io/material-design-icons-iconfont )
35
28
36
29
37
- - Using ` bower `
38
-
39
- bower IMO is the simplest way to use this project
40
- Add this inside your ` <head> `
41
-
42
- <link href="bower_components/material-design-icons-iconfont/dist/material-design-icons.css" rel="stylesheet">
43
-
44
- Later on, reference your desired icon ` <i class="material-icons"> ` + icon-id + ` </i> ` . For instance:
45
-
46
- <i class="material-icons">contact_support</i>
47
-
48
- Visit the [ Demo Page] ( https://jossef.github.io/material-design-icons-iconfont ) for the full icons list
49
-
50
30
- Using ` scss `
51
31
52
32
Import fonts and variables in your project
Original file line number Diff line number Diff line change 56
56
<div class =" icons-gallery-content-info" >
57
57
<div class =" icons-gallery-content-info-header" >getting started</div >
58
58
<div class =" icons-gallery-content-info-getting-started" >
59
- Install using npm or bower
59
+ Install using npm
60
60
<div class =" icons-gallery-content-info-getting-started-code-snippet" >npm install material-design-icons-iconfont</div >
61
61
62
62
Include or @import the precompiled css file
You can’t perform that action at this time.
0 commit comments