Skip to content

IIC3585-2016-2/polymer-sticky-element-matte-soto

Repository files navigation

Sticky element component

Polymer component that emulates the position: sticky; CSS property.

How to use

<link rel="import" href="path/to/relative-sticky.html">

<relative-sticky>
  <div>
    <h1>This is the title</h1>
    <p> This is a subtitle </p>
  </div>
</relative-sticky>

About

Polymer component that simulates `position: sticky` CSS property

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published