lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

Icons are not working #1004

Open gear24 opened 2 years ago

gear24 commented 2 years ago

Hi! I am not an English speaker so my English is not too good, and, i am new at vusax and i was trying to use icons but i cannot use them, i have imported cdn from awesome fonts, google icons but nothing

this is was is suppose to show: image

This is what my computer shows, in opera gx image this is my code: image

I do not know what i am doing wrong, heeeelp pleaseeee 😞

felexkemboi commented 2 years ago

From the Setting up documentation it is mentioned that you need to install by yourself since Material icons used by this framework are currently not included. I suggest you go check it out if you haven't. npm install material-icons --save then import 'material-icons/iconfont/material-icons.css'; in when setting up your project

codearemo commented 2 years ago

Added import 'material-icons/iconfont/material-icons.css'; to my main.js file but it didn't work still.