diff --git a/.gitignore b/.gitignore index 153216e..9a6a2a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules/ npm-debug.log +nbproject diff --git a/docs/src/pages/components/Icon.vue b/docs/src/pages/components/Icon.vue index 7ac2c88..b2a28dc 100644 --- a/docs/src/pages/components/Icon.vue +++ b/docs/src/pages/components/Icon.vue @@ -5,7 +5,7 @@

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.

You can see the full list of icons on the Material Icons website. Replace the spaces in the icon name by underscores (for example, arrow back becomes arrow_back).

Alternatively you can use your PNG or SVG icons using the md-src property.

- +

The use of font icons without ligatures are suported too, although this approach lacks accessibility support.

The following classes can be applied to change the color palette: