1.0.0 • Published 4 years ago

@cross.team/gatsby-theme-fontawesome v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@cross.team/gatsby-theme-fontawesome

The @cross.team/gatsby-theme-fontawesome package utilizes react-fontawesome to access fontawesome icons in your project. It installs all of the necessary dependencies and provides an API token for access to fontawesome pro.

Installation

// with npm
npm install @cross.team/gatsby-theme-fontawesome

// with yarn
yarn add @cross.team/gatsby-theme-fontawesome

How to use

Make sure to add @cross.team/gatsby-theme-fontawesome to the plugins array in your gatsby-config.js file:

module.exports = {
  plugins: [
    '@cross.team/gatsby-theme-fontawesome',
  ],
}