1.0.0 • Published 3 years ago

ts-indicator v1.0.0

Weekly downloads
14
License
MIT
Repository
-
Last release
3 years ago

ts-indicator license

A tiny reading position indicator library

Installation

To install ts-indicator, execute:

$ npm install ts-indicator

or

$ yarn add ts-indicator

Example

Parameters

  • element?: string | HTMLElement indicator uses this parameter to find the element in the DOM thee. By default, it takes the body element.

  • color?: string Color of the progressbar element

  • height?: string Height of the progressbar element

License

MIT