Socket
Socket
Sign inDemoInstall

ember-scroll-progress

Package Overview
Dependencies
302
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-scroll-progress

A simple ember addon component for displaying an amount a page is scrolled via a progress bar


Version published
Maintainers
1
Created

Readme

Source

ember-scroll-progress

npm version Build Status

A simple ember addon component for displaying an amount a page is scrolled via a progress bar. Scroll the page to view this page's progress on top.

DEMO

Usage


  {{#ember-scroll-progress
    height=5
    color="red"
    reduceOffsetTopBy=85
  }}
    <!-- page content -->
  {{/ember-scroll-progress}}

Parameters

  • height to customize the the height of the progress bar.
  • color to provide a customizable color/color code for the progress bar.
  • reduceOffsetTopBy to set the top offset based on the scroll container's top position inside the page.

Installation

  • git clone <repository-url> this repository
  • cd ember-scroll-progress
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Keywords

FAQs

Last updated on 02 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc