Skip to content

Instantly share code, notes, and snippets.

@barrymcgee
Created March 11, 2019 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrymcgee/7411683a928715a86eb0b9e49aeb7c6e to your computer and use it in GitHub Desktop.
Save barrymcgee/7411683a928715a86eb0b9e49aeb7c6e to your computer and use it in GitHub Desktop.
New Gatsby plugin: Scroll Indicator
plugins: [
{
resolve: `gatsby-plugin-scroll-indicator`,
options: {
// Configure your indicator bar color here
color: '#BADA55',
},
},
];
npm install --save gatsby-plugin-scroll-indicator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment