UNPKG

@js-epic/nav

Version:

A reusable, customizable header and footer component designed for internal use at Epic Games. Built with Lit.js, this component offers a flexible and efficient solution for consistent UI design across web applications.

30 lines (29 loc) 699 B
{ "name": "@js-epic/nav", "version": "0.7.0", "type": "module", "files": [ "dist/**/*" ], "scripts": { "build": "tsc" }, "main": "./dist/index.ts", "keywords": [ "Epic Games", "Header", "Footer", "UI Components", "Web Components" ], "author": "Jayden John Sham", "license": "ISC", "dependencies": { "lit": "^3.2.1", "polished": "^4.3.1" }, "description": "A reusable, customizable header and footer component designed for internal use at Epic Games. Built with Lit.js, this component offers a flexible and efficient solution for consistent UI design across web applications.", "devDependencies": { "typescript": "^5.7.2" } }