Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SinoThomas/Ionic2-ScrollableTabs
https://github.com/SinoThomas/Ionic2-ScrollableTabs
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/SinoThomas/Ionic2-ScrollableTabs
- Owner: SinoThomas
- License: mit
- Created: 2016-10-23T02:36:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T13:08:17.000Z (over 7 years ago)
- Last Synced: 2024-08-03T18:21:22.018Z (4 months ago)
- Language: TypeScript
- Size: 4.51 MB
- Stars: 74
- Watchers: 10
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ionic2-components - Scrollabel Tabs
- Awesome - Scrollabel Tabs
README
# Ionic 2 Scrollable Tabs
This is demo of Scrollable Tabs Ionic 2 Plugin.
## Getting Started
* Clone this repository.
* Run npm install from the project root.
* Install the ionic CLI (npm install -g ionic)
* Run ionic serve in a terminal from the project root.**Note:** Is your build slow? Update npm to 3.x: npm install -g npm.
## Using Plugin in other projects
* Copy & paste Scrollable-Tabs component from components folder.
* Import it in app.module.ts and in tabs component.
* Place #ionTabs [scrollable-tabs]="ionTabs" in ion-tabs.Sample## Updates
* updated Ionic lib to 2.0.0
* updated scrollable-tabs directive for Ionic 2.0
* bugfix: [show] property of ion-tab
* new implementation using local variable
* new feature opts for options## Ionic Info
* Cordova CLI: 6.5.0
* Ionic Framework Version: 2.0.0
* Ionic CLI Version: 2.2.1
* Ionic App Lib Version: 2.2.0
* Ionic App Scripts Version: 1.0.0
* Node Version: v6.9.1## Preview
![](/resources/Gifs/Ionic2-ScrollableTabsv1.0_demo.gif)