You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your package work very well specially the working offset. thanks for work
i'm in a case where i need to call the scroll to an element only after data is fetched. Is there a way to get a function who do that instead of AnchorLink
something like this for example ?
import { AnchorLink , scrollToAnchor} from "react-anchor-link-smooth-scroll";
fetchData( id ) {
.....
scrollToAnchor(id);
}
thanks
The text was updated successfully, but these errors were encountered:
hello
your package work very well specially the working offset. thanks for work
i'm in a case where i need to call the scroll to an element only after data is fetched. Is there a way to get a function who do that instead of
AnchorLink
something like this for example ?
thanks
The text was updated successfully, but these errors were encountered: