1.0.1 • Published 4 years ago

@wicked_query/react-sticky v1.0.1

Weekly downloads
56
License
MIT
Repository
-
Last release
4 years ago

React Sticky component

A easy to use component to make somethin stick on the top of your screen

  • React 16 compatible
  • SSR compatible

Installment

Install with npm

npm install @wicked_query/react-sticky --save

Or with yarn

yarn add @wicked_query/react-sticky

How to use

<Sticky>
  <div>
    Stick to top
  </div>
</Sticky>

Demo online

Know issues

  • No margins. The wrapped tag may not have a margin.
  • You can only wrap html tags, no React Components.

------------------------\ Happy coding

1.0.1

4 years ago

1.0.0-rc1

6 years ago

1.0.0-beta.4

6 years ago

1.0.0-beta.3

6 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta

6 years ago