brohlson / gatsby-plugin-anchor-links

⚓ Gatsby plugin for using smooth scroll anchor links with a Gatsby Link component
https://www.npmjs.com/package/gatsby-plugin-anchor-links
MIT License
68 stars 22 forks source link

add option to provide data attributes #23

Closed vladiangelov closed 4 years ago

vladiangelov commented 4 years ago

At the moment it is not possible to provide data attributes as props. Would be great if such option can be added.

brohlson commented 4 years ago

I'm adding a passthrough prop called gatsbyLinkProps in #25 - you could pass something like {"data-foo": "bar"}