mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-10 16:24:48 +00:00
Add example of variety of icons
This commit is contained in:
parent
04996489d2
commit
a6a2542b0a
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<section>
|
||||
<md-icon>home</md-icon>
|
||||
<md-icon class="md-primary">home</md-icon>
|
||||
<md-icon class="md-accent">home</md-icon>
|
||||
<md-icon class="md-warn">home</md-icon>
|
||||
</section>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue