gatsby-plugin-nprogress

5.13.1 • Public • Published

gatsby-plugin-nprogress

Automatically shows the accessible-nprogress indicator when a page is delayed in loading (which Gatsby considers as one second after clicking on a link).

Install

npm install gatsby-plugin-nprogress

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-nprogress`,
    options: {
      // Setting a color is optional.
      color: `tomato`,
      // Disable the loading spinner.
      showSpinner: false,
    },
  },
]

You can pass in the custom configuration option color to customize the accessible-nprogress CSS. You may also pass all available accessible-nprogress configuration options into the plugin, too.

/gatsby-plugin-nprogress/

    Package Sidebar

    Install

    npm i gatsby-plugin-nprogress

    Weekly Downloads

    12,122

    Version

    5.13.1

    License

    MIT

    Unpacked Size

    37.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • kathmbeck
    • pieh
    • tylerbarnes
    • fk
    • daniellewgatsby
    • kylemathews
    • freiksenet
    • dschau
    • monastic.panic
    • wardpeet
    • m-allanson
    • sidharthachatterjee
    • moocar