Dmitry
Dmitry

Reputation: 581

Element UI and font-awesome

Can anyone explane if it is possible to use font-awesome or another big icon font with Element UI? I've seen FAQ but cannot make it work for me. https://github.com/ElemeFE/element/blob/dev/FAQ.md

Thanks.

Upvotes: 3

Views: 10483

Answers (1)

user1983183
user1983183

Reputation: 88

You can just include those libraries / or NPM them and they work, Element UI has a limited set of icons so I have include vue-awesome (font awesome) but I notice the position of the icons if out a bit so you need some CSS to adjust top margins (I needed -4px) and line them with say button text.

Upvotes: 2

Related Questions