Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 3, 2018 06:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<ons-page>
<ons-toolbar>
<div class="center">ヘッダー</div>
</ons-toolbar>
<ons-tabbar swipeable position="auto">
<ons-tab page="tab1.html" label="Tab 1" icon="ion-home, material:md-home" badge="7" active>
</ons-tab>
<ons-tab page="tab2.html" label="Tab 2" icon="md-settings" active-icon="md-face">
</ons-tab>
</ons-tabbar>
</ons-page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment