react-stickyfill

0.2.5 • Public • Published

react-stickyfill

React wrapper for Stickyfill library

Installation

npm install react-stickyfill --save

Usage

Simple usage:

import React, {Component} from 'react';
import Sticker from 'react-stickyfill';
 
class SomeComponent extend Component{
    render() {
        return (
            <div>{/* Parent Element. */}
                <Sticker>
                    <div>{/* Sticky Element */}</div>
                </Sticker>
            </div>
        );
    }
}

Parent Element should have height greater than Sticky Element. Sticky Element should have style position: sticky and top: {some value}.

Package Sidebar

Install

npm i react-stickyfill

Weekly Downloads

615

Version

0.2.5

License

MIT

Unpacked Size

1.91 MB

Total Files

11

Last publish

Collaborators

  • seleckis