New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gatsby-plugin-pace

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-pace

Binding for using pace.js in Gatsby. An automatic page load progress visualizer.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

gatsby-plugin-pace

pace.js binding for gatsby sites. support all options pace.js support.

with additional options:

  • theme: (optional) css theme to use with pace.js, default to minimal. gatsby-plugin-pace bundled themes includes:
    • minimal
    • center-radar
    • center-simple
    • barber-shop
    • flash
    • loading-bar
    • corner-indicator
  • color: main color pace.js will use
  • cdn: (optional), if a cdn link to pace.js is specified, plugin will load pace.js from cdn instead of package.

in gatsby-config.js

    {
      resolve: 'gatsby-plugin-pace',
      options: { theme: 'minimal', color: 'white', cdn: 'https://cdn.bootcdn.net/ajax/libs/pace/1.0.2/pace.min.js' }
    },

Keywords

gatsby-plugin

FAQs

Package last updated on 19 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts