mauricevancooten / react-anchor-link-smooth-scroll

React component for anchor links using the smooth scroll polyfill.
243 stars 31 forks source link

Add Feature Responsive Offset #9

Closed rohmanhm closed 6 years ago

rohmanhm commented 6 years ago

I think it will be nice if you add support for responsive offset by window breakpoint. For example: For the desktop breakpoint, the offset is 80 and when it comes to mobile breakpoint the offset changed to 10.

drochag commented 6 years ago

You can check my PR #8 and see if that works for you @rohmanhm

mauricevancooten commented 6 years ago

Thanks @DanMMX for your contribution.