https://github.com/zyra/ionic-super-tabs
Swipeable Tabs for Ionic
https://github.com/zyra/ionic-super-tabs
ionic
Last synced: 10 months ago
JSON representation
Swipeable Tabs for Ionic
- Host: GitHub
- URL: https://github.com/zyra/ionic-super-tabs
- Owner: zyra
- License: mit
- Created: 2017-03-18T02:23:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T14:08:46.000Z (over 3 years ago)
- Last Synced: 2025-04-04T03:10:05.329Z (10 months ago)
- Topics: ionic
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 660
- Watchers: 25
- Forks: 190
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Super Tabs
Swipeable tabs module for Ionic apps.
* [Packages](#packages)
* [Ionic 4](#ionic-4)
* [Ionic 2 / Ionic 3](#ionic-2--ionic-3)
* [Documentation](https://zyra.github.io/ionic-super-tabs)
* Getting started
* [Angular](https://zyra.github.io/ionic-super-tabs/getting-started/angular)
* JavaScript - WIP
* Usage guide
* [Angular](https://zyra.github.io/ionic-super-tabs/usage/angular)
* JavaScript - WIP
* [Configuration](https://zyra.github.io/ionic-super-tabs/configuration)
* [Example Project](https://github.com/zyra/ionic-super-tabs-example)
* [Notes](#notes)
* [License](#license)
---
## Packages
#### Ionic 4
Packages published under the `@ionic-super-tabs/` scope are compatible with `@ionic/angular@^4.0.0` _(4.0.0 and above)_.
> @ionic-super-tabs/core
>
> 
> 
> 
>
>
> @ionic-super-tabs/angular
>
> 
> 
> 
#### Ionic 2 / Ionic 3
For Ionic 2 / Ionic 3 apps, see the [v5 branch](https://github.com/zyra/ionic-super-tabs/tree/v5) for the previous version of Super Tabs.
> ionic2-super-tabs
>
> 
> 
> 
---
## Notes
This module has been tested with Angular and Stencil based apps only.
Compatibility with React and Vue has not been tested yet.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details