Updating Metronic Vue to Implement Keenicons
Hi there,
We are using your great template and we wish to implement keenicons. Thing is that we are using a previous version of your template and it is quite complicated to update the template (files, treefolder ... ).
Is there a proper way to implement keenicons easier than comparing all the files and updating all the project ?
Thanks a lot
Replies (1)
Hi,
To include Keenicons you can follow the steps below:
- Copy src/assets/keenicon.
- Import Keenicons styles in src/App.vue.
@import "assets/keenicons/duotone/style.css";
@import "assets/keenicons/outline/style.css";
@import "assets/keenicons/solid/style.css"; - Now keenticons can be used with i tag.
<i class="ki-duotone ki-wrench fs-2x">
<i class="path1"></i>
<i class="path2"></i>
</i>
You can refer to our Keenicon docs. https://preview.keenthemes.com/metronic8/vue/docs/icons/keenicons
Regards,
Lauris Stepanovs,
Keenthemes Support Team