move style section

This commit is contained in:
Mario Romano
2016-06-02 11:21:11 +01:00
parent 05a01a4d0c
commit 5e86cd9b35
4 changed files with 32 additions and 31 deletions

View File

@@ -26,14 +26,6 @@ Add the following dependency to your index.html:
<script src="node_modules/pdfjs-dist/web/pdf_viewer.js"></script>
```
#### Style
The style of this component is based on material design, so if you want to visualize it correctly you have to add the material
design dependency to your project:
```sh
npm install --save material-design-icons material-design-lite
```
Also make sure you include these dependencies in your .html page:
```html
@@ -71,6 +63,14 @@ Make sure your systemjs.config has the following configuration:
});
```
#### Style
The style of this component is based on material design, so if you want to visualize it correctly you have to add the material
design dependency to your project:
```sh
npm install --save material-design-icons material-design-lite
```
#### Basic usage
```html