:metal: KnockoutJS Goodies Monorepo
Add support for:
import {
Router,
createScrollPositionMiddleware
} from '@profiscience/knockout-contrib'
Router.use(
createScrollPositionMiddleware({
// optionally supply a custom scroll function (add smooth scrolling, use Velocity, etc.)
scrollTo(x, y) { ... }
})
)