1.0.1 • Published 5 years ago

@wicked_query/react-sticky v1.0.1

Weekly downloads
56
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.0-rc1

7 years ago

1.0.0-beta.4

7 years ago

1.0.0-beta.3

7 years ago

1.0.0-beta.2

7 years ago

1.0.0-beta

7 years ago