UNPKG

@xexiu/astro-tabs

Version:

A pure css and html tabs component for Astro

54 lines (53 loc) 1.1 kB
{ "author": { "name": "Sergiu Mironescu <sergiu.mironescu@gmail.com>", "url": "https://twitter.com/xexiudev" }, "bugs": { "url": "https://github.com/xexiu/astro-components/issues" }, "description": "A pure css and html tabs component for Astro", "exports": { ".": "./index.ts" }, "files": [ "index.ts", "src/*" ], "homepage": "https://xexiu.dev", "keywords": [ "astro", "astro-component", "tabs", "tab", "optimization", "ui", "html", "css", "no-js", "Seo", "Responsive", "html5 semantic", "semantic", "lighouse 100 score", "accessibility" ], "license": "ISC", "main": "index.ts", "name": "@xexiu/astro-tabs", "publishConfig": { "access": "public" }, "repository": { "directory": "astro-tabs", "type": "git", "url": "https://github.com/xexiu/astro-components" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "tsc": "tsc" }, "type": "module", "version": "0.5.10", "gitHead": "3abefd8acc642117ff094a942cedd4b2b2201bef" }