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
- Host: GitHub
- URL: https://github.com/keephacking/ionic-scrolling-header
- Owner: keephacking
- Created: 2017-12-19T17:04:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T10:34:43.000Z (over 7 years ago)
- Last Synced: 2025-04-03T18:52:53.549Z (11 months ago)
- Language: TypeScript
- Size: 1.34 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
