Skip to content

Commit b1fdb34

Browse files
committed
* 'master' of https://github.com/marcosmoura/vue-material: Improved the icon component documentation
2 parents 6a95f14 + 75a1ac3 commit b1fdb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/components/Icon.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<docs-component>
44
<div slot="description">
55
<p>A system icon, or UI icon, symbolizes a command, file, device, or directory. System icons are also used to represent common actions like trash, print, and save.</p>
6-
<p>You can see the full list of icons on the <a href="https://material.io/icons/" target="_blank" rel="noopener">Material Icons</a> website.</p>
7-
<p>The <code>&lt;md-icon&gt;</code></p>
6+
<p>You can see the full list of icons on the <a href="https://material.io/icons/" target="_blank" rel="noopener">Material Icons</a> website. Replace the spaces in the icon name by underscores (for example, <code>arrow back</code> becomes <code>arrow_back</code>)</p>
7+
88
<p>The following classes can be applied to change the color palette:</p>
99
<ul class="md-body-2">
1010
<li><code>md-primary</code></li>

0 commit comments

Comments
 (0)