Skip to content

MarcosCostaDev/vertical-tab-ionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vertical-Tab-Ionic

How to use

  <ion-vertical-tabs directionTab="center" side="right">    
    <!-- tabs on header -->
    <ion-header-vertical-tab  tabIcon="home" tabPage="PageTwoPage"></ion-header-vertical-tab>
    
    <!-- tabs -->
    <ion-vertical-tab tabIcon="home" tabPage="PageTwoPage"></ion-vertical-tab>
    <ion-vertical-tab tabIcon="chatboxes" tabPage="PageThreePage"></ion-vertical-tab>
    
    <!-- tabs on footer -->
    <ion-footer-vertical-tab tabIcon="settings" tabPage="PageOnePage"></ion-footer-vertical-tab>
    <ion-footer-vertical-tab tabIcon="person" tabPage="PageOnePage"></ion-footer-vertical-tab>
  </ion-vertical-tabs>

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published