mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
Merge branch 'master' of https://github.com/FezVrasta/bootstrap-material-design
This commit is contained in:
commit
42b21f289f
13
README.md
13
README.md
|
@ -28,8 +28,9 @@ Major differences:
|
|||
|
||||
## How to install
|
||||
|
||||
You may install this theme using Bower or Meteor:
|
||||
You may install this theme using NPM, Bower or Meteor:
|
||||
|
||||
- NPM : `npm install bootstrap-material-design`
|
||||
- Bower : `bower install bootstrap-material-design`
|
||||
- Meteor: `meteor add fezvrasta:bootstrap-material-design`
|
||||
|
||||
|
@ -44,15 +45,15 @@ If you prefer, you can include this framework in your project using our official
|
|||
Add the necessary links to your `<head>` element for fonts and stylsheets:
|
||||
```html
|
||||
<!-- Material Design fonts -->
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
|
||||
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700">
|
||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
|
||||
|
||||
<!-- Bootstrap Material Design -->
|
||||
<link href="dist/css/bootstrap-material-design.css" rel="stylesheet">
|
||||
<link href="dist/css/ripples.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="dist/css/bootstrap-material-design.css">
|
||||
<link rel="stylesheet" type="text/css" href="dist/css/ripples.min.css">
|
||||
```
|
||||
|
||||
### Bower
|
||||
|
|
Loading…
Reference in New Issue
Block a user