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