https://github.com/ihengshuai/pkg-backtop
A usually backtop component
https://github.com/ihengshuai/pkg-backtop
Last synced: 7 months ago
JSON representation
A usually backtop component
- Host: GitHub
- URL: https://github.com/ihengshuai/pkg-backtop
- Owner: ihengshuai
- Created: 2020-12-01T07:34:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T07:37:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T17:45:04.935Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## pkg-backtop Component
### use npm or yarn
- install
```
npm install pkg-backtopor
yarn add pkg-backtop
```- use
```
import BackTop from "pkg-backtop";new BackTop();
```### use CDN
```new BackTop();
```
### compatibility
```
IE > 9
...
```