1.0.11 • Published 2 years ago

progress-spider v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

progress-spider

A little spider to show your reading progress

This spider will show your reading progress and it will keep tracking your mouse.

How to use

  • Install with npm
npm install progress-spider
  • Import
import SpiderProgress from "progress-spider";
import "progress-spider/dist/style.css";
  • Call with params
// The first two params are css selector
// The first params can be null. This will set the position attribute of the spider container into "fixed"
// and this is a config example:
config = {
    left: 20,
    bottom: 40,
    style: { // This will be apply on the container of spider
        top: 0
    }
}
SpiderProgress(attachSelector, trackTargetSelector, config)

Live example

https://hci-hw.vercel.app/#/overview

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago