@teenageinterface/badge
Version:
The `Badge` component is part of the `@teenageinterface` Angular component library. It provides a versatile badge element with support for different types, ensuring visual consistency and customization.
43 lines • 1.09 kB
JSON
{
"name": "@teenageinterface/badge",
"version": "0.1.2",
"description": "The `Badge` component is part of the `@teenageinterface` Angular component library. It provides a versatile badge element with support for different types, ensuring visual consistency and customization.",
"repository": {
"type": "git",
"url": "https://github.com/0K00/teenageinterface.git"
},
"homepage": "https://github.com/0K00/teenageinterface.git",
"author": "0K0",
"license": "MIT",
"keywords": [
"angular",
"components",
"UI",
"UX",
"teenageinterface",
"teenage",
"interface",
"badge",
"MIT",
"design system"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/teenageinterface-badge.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/teenageinterface-badge.mjs"
}
}
}