UNPKG

@sofidevo/astro-dynamic-header

Version:

A dynamic Astro header component that switches between floating and fullscreen styles

67 lines (65 loc) 1.71 kB
{ "name": "@sofidevo/astro-dynamic-header", "version": "1.0.16", "description": "A dynamic Astro header component that switches between floating and fullscreen styles", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" }, "./Header": "./src/Header.astro", "./NavMenu": "./src/NavMenu.astro", "./MobileNav": "./src/MobileNav.astro", "./HamburgerButton": "./src/HamburgerButton.astro", "./Header.astro": "./src/Header.astro", "./NavMenu.astro": "./src/NavMenu.astro", "./MobileNav.astro": "./src/MobileNav.astro", "./HamburgerButton.astro": "./src/HamburgerButton.astro" }, "files": [ "src", "README.md" ], "scripts": { "build": "astro build", "dev": "astro dev", "check": "astro check", "check:watch": "astro check --watch" }, "keywords": [ "astro", "component", "header", "navigation", "responsive", "typescript", "dynamic", "floating", "sofidev", "astro-component", "withastro", "fullscreen" ], "author": "SofiDev contact@sofidev.top", "license": "MIT", "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" }, "devDependencies": { "@astrojs/check": "^0.9.0", "astro": "^5.12.8", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/SofiDevO/astro-dynamic-header" }, "bugs": { "url": "https://github.com/SofiDevO/astro-dynamic-header/issues" }, "homepage": "https://github.com/SofiDevO/astro-dynamic-header#readme", "demo": "https://base-astro-psi.vercel.app/fullscreen-demo" }