UNPKG

@limetech/mdc-tab-bar

Version:

The Material Components for the web tab bar component

35 lines (34 loc) 968 B
{ "name": "@limetech/mdc-tab-bar", "description": "The Material Components for the web tab bar component", "version": "4.0.1-p4.0.0.1", "license": "MIT", "keywords": [ "material components", "material design", "tab", "bar" ], "main": "dist/mdc.tabBar.js", "module": "index.js", "sideEffects": false, "types": "dist/mdc.tabBar.d.ts", "repository": { "type": "git", "url": "https://github.com/Lundalogik/material-components-web.git", "directory": "packages/mdc-tab-bar" }, "dependencies": { "@limetech/mdc-animation": "^4.0.1-p4.0.0.1", "@limetech/mdc-base": "^4.0.1-p4.0.0.1", "@limetech/mdc-density": "^4.0.1-p4.0.0.1", "@limetech/mdc-elevation": "^4.0.1-p4.0.0.1", "@limetech/mdc-feature-targeting": "^4.0.1-p4.0.0.1", "@limetech/mdc-tab": "^4.0.1-p4.0.0.1", "@limetech/mdc-tab-scroller": "^4.0.1-p4.0.0.1", "tslib": "^1.9.3" }, "publishConfig": { "access": "public" } }