0.0.8 • Published 5 years ago

ng-scroll-indicator v0.0.8

Weekly downloads
35
License
-
Repository
github
Last release
5 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

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago