{"id":48465532,"url":"https://github.com/sectsect/solid-hiding-header","last_synced_at":"2026-04-07T04:31:05.015Z","repository":{"id":65201394,"uuid":"586907057","full_name":"sectsect/solid-hiding-header","owner":"sectsect","description":"SolidJS header that disappears on scroll down and appears on scroll up.","archived":false,"fork":false,"pushed_at":"2025-12-13T06:30:11.000Z","size":1553,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-30T12:40:05.525Z","etag":null,"topics":["solid-js","solidjs","sticky-headers","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@sect/solid-hiding-header","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sectsect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-09T14:09:56.000Z","updated_at":"2025-12-13T06:28:37.000Z","dependencies_parsed_at":"2023-01-13T15:56:49.289Z","dependency_job_id":"c0248bc3-9b6e-4c9b-a5d3-9790f0adedf7","html_url":"https://github.com/sectsect/solid-hiding-header","commit_stats":{"total_commits":172,"total_committers":3,"mean_commits":"57.333333333333336","dds":"0.14534883720930236","last_synced_commit":"ed5981bb53e366066a19898ad958e5a11041ee86"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/sectsect/solid-hiding-header","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectsect%2Fsolid-hiding-header","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectsect%2Fsolid-hiding-header/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectsect%2Fsolid-hiding-header/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectsect%2Fsolid-hiding-header/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sectsect","download_url":"https://codeload.github.com/sectsect/solid-hiding-header/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectsect%2Fsolid-hiding-header/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["solid-js","solidjs","sticky-headers","typescript"],"created_at":"2026-04-07T04:31:04.954Z","updated_at":"2026-04-07T04:31:05.008Z","avatar_url":"https://github.com/sectsect.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003cimg width=\"100%\" src=\"https://assets.solidjs.com/banner?type=@sect/solid-hiding-header\u0026background=tiles\u0026project=%20\" alt=\"@sect/solid-hiding-header\"\u003e\n\u003c/p\u003e\n\n# @sect/solid-hiding-header\n\n[![Release](https://github.com/sectsect/solid-hiding-header/actions/workflows/release.yml/badge.svg)](https://github.com/sectsect/solid-hiding-header/actions/workflows/release.yml) [![codecov](https://codecov.io/gh/sectsect/solid-hiding-header/branch/main/graph/badge.svg?token=JKS41JGTAV)](https://codecov.io/gh/sectsect/solid-hiding-header) [![CodeQL](https://github.com/sectsect/solid-hiding-header/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/sectsect/solid-hiding-header/actions/workflows/github-code-scanning/codeql) [![npm version](https://badge.fury.io/js/@sect%2Fsolid-hiding-header.svg)](https://badge.fury.io/js/@sect%2Fsolid-hiding-header) ![NPM](https://img.shields.io/npm/l/@sect/solid-hiding-header)\n\nA port of [Hiding Header React](https://github.com/FilipChalupa/hiding-header-react) by [Filip Chalupa](https://github.com/FilipChalupa).\n\n## Demo\nToggles header visibility on scroll. [Demo](https://filipchalupa.cz/hiding-header/demo).\n\n![UI example](https://raw.githubusercontent.com/FilipChalupa/hiding-header/HEAD/screencast.gif)\n\n## Quick start\n\nInstall it:\n\n```bash\nnpm i @sect/solid-hiding-header\n# or\nyarn add @sect/solid-hiding-header\n# or\npnpm add @sect/solid-hiding-header\n```\n\n### CSS:\n\nImport `node_modules/hiding-header/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.\n\n## Usage Example\n\n```tsx\nimport { HidingHeader } from '@sect/solid-hiding-header';\n\nconst Header: Component = () =\u003e {\n  return (\n    \u003cHidingHeader\u003e\n      \u003cheader class=\"py-5\"\u003e\n        \u003cdiv class=\"inner\"\u003e\n          Put your content here\n        \u003c/div\u003e\n      \u003c/header\u003e\n    \u003c/HidingHeader\u003e\n  );\n};\n```\n\n### Allow Top Level HTML `\u003cheader\u003e` tag\n```tsx\nconst Header: Component = () =\u003e {\n  return (\n    \u003cHidingHeader component=\"header\"\u003e\n      \u003cdiv class=\"inner py-5\"\u003e\n        Put your content here\n      \u003c/div\u003e\n    \u003c/HidingHeader\u003e\n  );\n};\n```\n\nSee Core API docs for more options.  \nhttps://github.com/FilipChalupa/hiding-header/blob/main/README.md\n\n## Changelog \n\nSee [CHANGELOG](https://github.com/sectsect/solid-hiding-header/blob/master/CHANGELOG.md) file.\n\n## License\n\nSee [LICENSE](https://github.com/sectsect/solid-hiding-header/blob/main/LICENSE) file.\n\n\u003cp align=\"center\"\u003e✌️\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003csub\u003e\u003csup\u003eA little project by \u003ca href=\"https://github.com/sectsect\"\u003e@sectsect\u003c/a\u003e\u003c/sup\u003e\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectsect%2Fsolid-hiding-header","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectsect%2Fsolid-hiding-header","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectsect%2Fsolid-hiding-header/lists"}