0.0.9 • Published 3 years ago

ion-collapse-header v0.0.9

Weekly downloads
85
License
MIT
Repository
github
Last release
3 years ago

IonCollapseHeader

This directive collapse header in ionic 4 with the scroll content.

Installing

Run npm i ion-collapse-header.

Quickstart

Import ion-collapse-header in you module page.

// Import the module
import { IonCollapseHeaderModule } from 'ion-collapse-header';
...
@NgModule({
    (...)
    imports: [
        IonCollapseHeaderModule
    ],
    (...)
})
export class PageModule {}

Usage

Then, just define collapse-haeder in the tag ion-content.

 <ion-header #header></ion-header>
 <ion-content collapse-header [header]="header" [scrollEvents]=true></ion-content>
0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago