Options
All
  • Public
  • Public/Protected
  • All
Menu

toprogress2

Version License Build Status Coverage States Downloads

Forked from djyde/ToProgress. See CHANGELOG.md.

Quick Start

$ yarn add toprogress2
import { ToProgress } from 'toprogress2'

const topbar = new ToProgress({
  id: 'toprogress',
  color: '#F44336',
  height: '2px',
  duration: 0.2,
  position: 'top',
  selector: 'body'
})

topbar.start()
topbar.stop()
topbar.finish()

API

Documentation is generated via Typedoc and is available here

Demo

View the demo here

Browser Support

  • IE >= 10
  • Chrome
  • Firefox
  • Safari

License

MIT License

Index

Classes

Interfaces

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc