Add theme installation

This commit is contained in:
Marcos Moura 2016-10-17 04:37:09 -02:00
parent 87e527976a
commit f7be5396fd

View file

@ -57,10 +57,17 @@ Vue.material.theme.registerAll({
accent: 'pink'
}
});
```
Apply your theme using <code>v-md-theme</code> directive:
``` html
<div v-md-theme="'default'"></div>
<div v-md-theme="'phone'"></div>
```
## Changelog
<a href="https://marcosmoura.github.io/vue-material/#/changelog" target="_blank">Link</a>
```
## Build Setup