@material/react-tab-bar
Version:
Material Components React Tab Bar
34 lines (33 loc) • 777 B
JSON
{
"name": "@material/react-tab-bar",
"version": "0.15.0",
"description": "Material Components React Tab Bar",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"mdc web react",
"material components react",
"material design",
"tab bar",
"tabbar",
"tabs"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-react.git",
"directory": "packages/tab-bar"
},
"peerDependencies": {
"react": "^16.4.2"
},
"dependencies": {
"@material/react-tab": "^0.15.0",
"@material/react-tab-scroller": "^0.15.0",
"@material/tab-bar": "^1.0.0",
"classnames": "^2.2.6"
},
"publishConfig": {
"access": "public"
}
}