We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e46745 commit cdf67f9Copy full SHA for cdf67f9
documentation/docs/customize.md
@@ -1,3 +1,7 @@
1
+---
2
+currentMenu: custom-icons
3
4
+
5
## Customize icons
6
7
You can add icons to src/icons and run ``gulp build-icons``. This will make the icons available for use in the contextmenu using the icon property.
@@ -15,6 +19,8 @@ var items = {
15
19
}
16
20
```
17
21
22
+Font-Awesome icons used from [encharm/Font-Awesome-SVG-PNG](https://github.com/encharm/Font-Awesome-SVG-PNG). You can download more there if you like.
23
18
24
## Customize CSS
25
26
You can use the _variables.scss to adjust variables on pretty much everything you want to change.
0 commit comments