# @ily1606/vue-font-awesome-pro

> This project is contain all icons of fontawesome pro verison run with VueJS

Latest version **0.1.3** (published 2022-07-30) · 0 weekly downloads

## Install

```sh
npm install @ily1606/vue-font-awesome-pro
pnpm add @ily1606/vue-font-awesome-pro
yarn add @ily1606/vue-font-awesome-pro
bun add @ily1606/vue-font-awesome-pro
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2022-07-30 |
| First published | 2022-07-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 11.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | ily1606 |

## Links

- npm: https://www.npmjs.com/package/@ily1606/vue-font-awesome-pro
- Repository: https://github.com/Ily-1606/VueFontAwesomePro
- Homepage: https://github.com/Ily-1606/VueFontAwesomePro#readme
- Issues: https://github.com/Ily-1606/VueFontAwesomePro/issues
- npm.io page: https://npm.io/package/@ily1606/vue-font-awesome-pro

## Recent versions

- 0.1.3 (latest) — 2022-07-30
- 0.1.2 — 2022-07-30
- 0.1.1 — 2022-07-30
- 0.1.0 — 2022-07-30

## README

# VueFontAwesomePro

This project is contain all icons of fontawesome pro verison run with VueJS

## Install

```sh
npm install @ily1606/vue-font-awesome-pro @ily1606/pro-solid-svg-fontawesome @ily1606/pro-regular-svg-fontawesome
```

### Additional

You can install other packages: @ily1606/pro-thin-svg-fontawesome @ily1606/pro-light-svg-fontawesome @ily1606/pro-duotone-svg-fontawesome

```sh
npm install @ily1606/pro-thin-svg-fontawesome @ily1606/pro-light-svg-fontawesome @ily1606/pro-duotone-svg-fontawesome
```

### Usage

```js
import { VueFontAwesome, Config as FaConfig } from "@ily1606/vue-font-awesome-pro";
import { fa0, fa1 } from "@ily1606/pro-solid-svg-fontawesome";
import {
  fa1 as reFa1,
  fa2 as reFa2,
  fa3 as reFa3,
} from "@ily1606/pro-regular-svg-fontawesome";
```

or, You can import all icons in a package with:

```js
import * as fal from "@ily1606/pro-light-svg-fontawesome";
```

And finally, add icons to FaConfig and define component

```js
app.use(FaConfig, {
  fa0,
  fa1,
  reFa1,
  reFa2,
  reFa3,
  falFa1,
  falFa2,
  falFa3,
  fatFa1,
  fatFa2,
  fatFa3,
  fadFa1,
  fadFa2,
  fadFa3,
});
app.component("VueFontAwesome", VueFontAwesome);
app.mount("#app");
```

---
_Source: https://npm.io/package/@ily1606/vue-font-awesome-pro · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
