UNPKG

ngx-scrolltop

Version:

Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!

65 lines 1.54 kB
{ "name": "ngx-scrolltop", "version": "19.0.2", "description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!", "author": "Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)", "peerDependencies": { "@angular/common": ">=19 <20", "@angular/core": ">=19 <20" }, "dependencies": { "seamless-scroll-polyfill": "2.3.4", "tslib": "^2.3.0" }, "homepage": "https://github.com/bartholomej/ngx-scrolltop", "license": "MIT", "repository": { "url": "git+https://github.com/bartholomej/ngx-scrolltop.git", "type": "git" }, "bugs": { "url": "https://github.com/bartholomej/ngx-scrolltop/issues" }, "schematics": "./schematics/collection.json", "keywords": [ "material", "angular", "ngx", "material design", "button", "animate", "scrollTop", "scroll to top", "goToTop", "go-to-top", "angular14", "angular15", "angular16", "angular17", "angular18", "standalone", "signals", "smooth", "esm", "sass" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "funding": { "type": "github", "url": "https://github.com/sponsors/bartholomej" }, "module": "fesm2022/ngx-scrolltop.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-scrolltop.mjs" } }, "sideEffects": false }