@material/tabs
Version:
The Material Components for the web tabs component
32 lines (31 loc) • 761 B
JSON
{
"name": "@material/tabs",
"version": "2.3.0",
"description": "The Material Components for the web tabs component",
"license": "MIT",
"main": "dist/mdc.tabs.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/mdc.tabs.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git"
},
"keywords": [
"material components",
"material design",
"tabs"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/ripple": "^2.3.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.1.0",
"@material/typography": "^2.3.0",
"tslib": "^1.9.3"
}
}