ngc-scrolling-tabs
Version:
This component is a scrollable responsive tab component build on Angular 8 and Bootstrap 4. The left and right nav buttons will scroll one tab at a time. The component will track what tab is open and re-navigate to the open tab when the screen is refreshe
41 lines (40 loc) • 1.64 kB
JSON
{
"name": "ngc-scrolling-tabs",
"version": "1.0.7",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/router": "^8.2.13",
"bootstrap": "4.4.1"
},
"description": "This component is a scrollable responsive tab component build on Angular 8 and Bootstrap 4. The left and right nav buttons will scroll one tab at a time. The component will track what tab is open and re-navigate to the open tab when the screen is refreshed. Any bootstrap theme or tab styling will automatically apply to this component. The component should be placed in a container and the angular routing module should be configured in the consuming app.",
"main": "bundles/ngc-scrolling-tabs.umd.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeff-nelson-78954/advanced-angular-bootstrap-components.git"
},
"keywords": [
"angular",
"bootstrap",
"scrolling",
"tabs"
],
"author": "Jeff Nelson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeff-nelson-78954/advanced-angular-bootstrap-components/issues"
},
"homepage": "https://github.com/jeff-nelson-78954/advanced-angular-bootstrap-components#readme",
"module": "fesm5/ngc-scrolling-tabs.js",
"es2015": "fesm2015/ngc-scrolling-tabs.js",
"esm5": "esm5/ngc-scrolling-tabs.js",
"esm2015": "esm2015/ngc-scrolling-tabs.js",
"fesm5": "fesm5/ngc-scrolling-tabs.js",
"fesm2015": "fesm2015/ngc-scrolling-tabs.js",
"typings": "ngc-scrolling-tabs.d.ts",
"metadata": "ngc-scrolling-tabs.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}