Added PR for BackToTop proposal
-
@rstoenescu
Hi just added my first PR with a little component “Back To Top”.
Please check it and eval if it can be useful
Francesco -
Hi @rstoenescu,
I saw you commit about this PR. Very good.
I was thinking about to generalize a bit more this directive calling it “v-scroll-to” so you can use it in more ways:- scroll to top
- scroll to an object position (like menu item, or to next page, think to paginate full screen vertically)
- scroll to bottom
Using DOM id or other reference.
What do you think?
Francesco -
@fsgiudice I like the ideas!