An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## pkg-backtop Component

### use npm or yarn
- install
```
npm install pkg-backtop

or

yarn add pkg-backtop
```

- use
```
import BackTop from "pkg-backtop";

new BackTop();
```

### use CDN
```

new BackTop();

```

### compatibility
```
IE > 9
...
```