ng-stickyfill

1.0.0 • Public • Published

ng-stickyfill

An Angular directive for easy using stickyfill, a polyfill allowing to use position:sticky on browsers that doesn't support that.

Installation

Firstly you need to include stickyfill to your page. Then you can install ng-stickyfill using npm

npm install ng-stickyfill --save

or bower

bower install ng-stickyfill --save

Usage

  <div stickyfill>
    <h3>Hi, I'm very sticky!</h3>
  </div>

Package Sidebar

Install

npm i ng-stickyfill

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • anton.nesterov