Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

To include Keenicons you can follow the steps below:

  1. Copy src/assets/keenicon.
  2. 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";
  3. 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
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(