An open API service indexing awesome lists of open source software.

https://github.com/keephacking/ionic-scrolling-header

An angular directive to make the header hide with scrolling
https://github.com/keephacking/ionic-scrolling-header

Last synced: 9 months ago
JSON representation

An angular directive to make the header hide with scrolling

Awesome Lists containing this project

README

          

# ionic-scrolling-header
An angular directive to make the header hide with scrolling

## Usage

* `npm install ionic-scrolling-header --save`

* add to your module `import {ScrollingHeaderModule} from 'ionic-scrolling-header';`

* add ` @ViewChild(Content) content: Content;` in your component

* and add in your template

`


Contact


`
* :) good to go
## Demo
### [For Demo Check Here](https://stackblitz.com/edit/ionic-scrolling-header-demo)
![Plugin preview](https://raw.githubusercontent.com/keephacking/ionic-scrolling-header/master/demo/demo.gif)