0.0.6 • Published 4 years ago

hiding-header-webcomponent v0.0.6

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

Hiding Header Webcomponent npm Dependencies npm type definitions Published on webcomponents.org

Toggles header visibility on scroll. Try demo.html or Codepen demo.

UI example

How to use

<script
	type="module"
	src="https://unpkg.com/hiding-header-webcomponent@latest/dist/index.es.js?module"
></script>

<style>
	.content {
		background-color: #252525;
		color: #ffffff;
		padding: 1em;
	}
</style>

<hiding-header>Your header content</hiding-header>
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago