vue-fontawesome icon indicating copy to clipboard operation
vue-fontawesome copied to clipboard

Font Awesome Vue component

Results 87 vue-fontawesome issues
Sort by recently updated
recently updated
newest added

Rather than embedding everything in the bundle.js perhaps extract it so it uses the CDN without changing the templates. Something like `fontawesome.useCdn(true)` or `fontawesome.useCdn(url)`

**Is your feature request related to a problem? Please describe.** I want to be able to use this whole without using a build system, from source. **Describe the solution you'd...

I'm using SSR to prerender a page into a static HTML file ([Vuepress](https://vuepress.vuejs.org)) Our `FontAwesomeIcon` can be prerendered, but not so perfect. ### At the first glance when opening the...

I am trying to export a component as a Web Component using the latest Vue CLI, the component uses the FontAwesomeIcon component. I followed the example in the README (https://github.com/FortAwesome/vue-fontawesome#web-components-with-vue-web-component-wrapper)...

I have created my own component for icons to change/ add some features of `fontawesome` I am using vue/nuxt(primarily nuxt). I have followed the instructions for install both `fortawesome-vue` and...

Is there support for layer badges within the vue components? There does not seem to be any documentation explaining how to implement badges.

error just like that : TS7016: Could not find a declaration file for module '@fortawesome/vue-fontawesome'. '/../Workspace/../node_modules/@fo rtawesome/vue-fontawesome/index.js' implicitly has an 'any' type. --- Having seen the issue"Added typescript definitions" in...

enhancement

I don't know if it's the intended behavior, I try to read the docs and I didn't find anything related. I can't use a scoped class in `FontAwesomeIcon` component. I...

This started [here](https://github.com/FortAwesome/Font-Awesome-Pro/issues/1106) but was suggested by @robmadole to create an issue. Hello, So I have a Vue page that is working. Now I am trying to add my Font...

I would like to be able to toggle FAR vs FAS icon styles based on NUXT's active link css. This is very easy to do with CSS using the "nav-link...