An open API service indexing awesome lists of open source software.

https://github.com/alexeyraspopov/react-stick

Sticky component for React that will use CSS property if it's available.
https://github.com/alexeyraspopov/react-stick

Last synced: about 1 month ago
JSON representation

Sticky component for React that will use CSS property if it's available.

Awesome Lists containing this project

README

        

# react-stick

Sticky component for React that will use CSS property if it's available. See current `position: sticky` support status on [caniuse.com](http://caniuse.com/#search=sticky).

## Install

npm install react-stick --save

## Usage


Hello


Class names and styles applied to `` element will be used for root element. Also you can specify type of root element.


This H1 is inside header element