Giter VIP home page Giter VIP logo

Comments (7)

ricardogobbosouza avatar ricardogobbosouza commented on May 25, 2024 1

@smajl use plugin for FA5 SVG

// plugins/vuetify-fa5-svg.js
import { library } from '@fortawesome/fontawesome-svg-core'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
import { fas } from '@fortawesome/free-solid-svg-icons'

Vue.component('font-awesome-icon', FontAwesomeIcon) // Register component globally
library.add(fas) // Include needed icons
// nuxt.config.js
plugins: [
  '~/plugins/vuetify-fa5-svg.js'
],

modules: [
   '@nuxtjs/vuetify'
],

vuetify: {
  defaultAssets: false,
  icons: {
    iconfont: 'faSvg'
  }
}

from vuetify-module.

smajl avatar smajl commented on May 25, 2024

And solution for FA5 SVG as well, please

from vuetify-module.

kevinmarrec avatar kevinmarrec commented on May 25, 2024

@ricardogobbosouza We would need to be aware of version upgrades of Font Awesome (but it's already the case for MDI icons)

from vuetify-module.

ricardogobbosouza avatar ricardogobbosouza commented on May 25, 2024

@kevinmarrec we can always use the latest version not?
https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css

from vuetify-module.

kevinmarrec avatar kevinmarrec commented on May 25, 2024

@ricardogobbosouza Yes can use the latest versions if they indeed have a latest link

from vuetify-module.

ricardogobbosouza avatar ricardogobbosouza commented on May 25, 2024

@kevinmarrec we should also have an option to import it into the plugin or inject it into the head as it is done today.

from vuetify-module.

blowsie avatar blowsie commented on May 25, 2024

How can we utilise faSvg to use other pro icons, such as the light variant ?

from vuetify-module.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.