hiding-header
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -206,2 +206,1 @@ function hidingHeader(container, _a) { | ||
export { hidingHeader }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -210,2 +210,1 @@ 'use strict'; | ||
exports.hidingHeader = hidingHeader; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "hiding-header", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Toggles header visibility on scroll.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -32,3 +32,3 @@ # Hiding Header [![npm](https://img.shields.io/npm/v/hiding-header.svg)](https://www.npmjs.com/package/hiding-header) [![Dependencies](https://img.shields.io/david/FilipChalupa/hiding-header.svg)](https://www.npmjs.com/package/hiding-header?activeTab=dependencies) ![npm type definitions](https://img.shields.io/npm/types/hiding-header.svg) | ||
Import `dist/style.css` to your CSS. It's few lines of code. You can alternatively copy paste it and adjust things like `z-index` to your needs. | ||
Import [dist/style.css](src/style.css) to your CSS. It's few lines of code. You can alternatively copy paste it and adjust things like `z-index` to your needs. | ||
@@ -35,0 +35,0 @@ ### JavaScript: |
22055
7
459