0.2.3 • Published 6 years ago

ionic-scrolling-header v0.2.3

Weekly downloads
23
License
MIT
Repository
-
Last release
6 years ago

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

<ion-header [scrollingHeader]='content'> <ion-navbar> <ion-title> Contact </ion-title> </ion-navbar> </ion-header>

  • :) good to go

Demo

For Demo Check Here

Plugin preview

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago