0.0.8 • Published 6 years ago

ng-scroll-indicator v0.0.8

Weekly downloads
35
License
-
Repository
github
Last release
6 years ago

NG-Scroll-Indicator

Description

This library adds a horizontal scrollbar to the top of the webpage.

Installation

    npm install ng-scroll-indicator

Usage

  <scroll-indicator></scroll-indicator>

Options

  • color: This option helps user to set the color of the scrollbar, it will take string as value. Usage
      <scroll-indicator [color]="'red'"></scroll-indicator>
    or
      <scroll-indicator [color]="'#333'"></scroll-indicator>
  • backgroundColor: This option helps user to set the background color of the scrollbar, it will take string as value. Usage
      <scroll-indicator [backgroundColor]="'lightGrey'"></scroll-indicator>
    or
      <scroll-indicator [backgroundColor]="'#333'"></scroll-indicator>
  • height: This option helps user to set the height of the scrollbar, it will take string as value. Usage
      <scroll-indicator [height]="'15px'"></scroll-indicator>
    or
      <scroll-indicator [height]="'0.7rem'"></scroll-indicator>
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago