Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyra/ionic-super-tabs
Swipeable Tabs for Ionic
https://github.com/zyra/ionic-super-tabs
ionic
Last synced: 1 day 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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T14:08:46.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:03:01.342Z (9 days ago)
- Topics: ionic
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 661
- Watchers: 27
- Forks: 192
- 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
>
> ![npm (scoped)](https://img.shields.io/npm/v/@ionic-super-tabs/core?style=flat-square)
> ![npm](https://img.shields.io/npm/dt/@ionic-super-tabs/core?style=flat-square)
> ![npm](https://img.shields.io/npm/dm/@ionic-super-tabs/core?style=flat-square)
>
>
> @ionic-super-tabs/angular
>
> ![npm (scoped)](https://img.shields.io/npm/v/@ionic-super-tabs/angular?style=flat-square)
> ![npm](https://img.shields.io/npm/dt/@ionic-super-tabs/angular?style=flat-square)
> ![npm](https://img.shields.io/npm/dm/@ionic-super-tabs/angular?style=flat-square)#### 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
>
> ![npm](https://img.shields.io/npm/v/ionic2-super-tabs?label=ionic2-super-tabs)
> ![npm](https://img.shields.io/npm/dt/ionic2-super-tabs?style=flat-square)
> ![npm](https://img.shields.io/npm/dm/ionic2-super-tabs?style=flat-square)---
## 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