UNPKG

@nativescript-community/ui-material-bottomnavigationbar

Version:

Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.

59 lines (58 loc) 2.44 kB
{ "name": "@nativescript-community/ui-material-bottomnavigationbar", "version": "7.2.71", "description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.", "main": "bottomnavigationbar", "sideEffects": false, "typings": "bottomnavigationbar.d.ts", "nativescript": { "platforms": { "android": "6.2.0", "ios": "6.2.0" } }, "scripts": { "tsc": "cpy ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && tsc -d", "tsc-win": "cpy ..\\..\\src\\bottomnavigationbar\\bottomnavigationbar.d.ts .\\ && tsc -d", "build": "npm run tsc", "build.watch": "npm run tsc -- -w", "build.win": "npm run tsc-win", "build.all": "npm run build && npm run build.angular", "build.all.win": "npm run build.win && npm run build.angular.win", "build.angular": "ng-packagr -p ../../src/bottomnavigationbar/angular/ng-package.json -c ../../src/bottomnavigationbar/angular/tsconfig.json && rm angular/.npmignore", "build.angular.win": "ng-packagr -p ..\\..\\src\\bottomnavigationbar\\angular\\package.json -c ..\\..\\src\\bottomnavigationbar\\angular\\tsconfig.json", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" }, "keywords": [ "NativeScript", "JavaScript", "Typescript", "Android", "iOS", "Henry Chavez", "Bytpher", "Bottom Navigation", "Material Design", "Tab Navigation", "Vue", "Angular", "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-navigation.png" ], "author": { "name": "Henry Chavez", "email": "henry19.chavez@gmail.com" }, "bugs": { "url": "https://github.com/nativescript-community/ui-material-components/issues" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar" }, "readmeFilename": "README.md", "dependencies": { "@nativescript-community/ui-material-core": "^7.2.71" }, "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35" }