Pages - is the main container for all the pages in the view. It is the place where View's router manipulates with pages.
<Pages>
...
</Pages>
Renders to:
<div class="pages">
...
</div>
| Prop | Type | Default | Description |
|---|---|---|---|
| theme | string | Pages theme color. One of default colors | |
| layout | string | Pages layout theme. One of default layout themes | |
| navbarFixed | boolean | Enable when you use fixed navbar layout | |
| navbarThrough | boolean | Enable when you use through navbar layout | |
| toolbarFixed | boolean | Enable when you use fixed toolbar layout | |
| toolbarThrough | boolean | Enable when you use through toolbar layout | |
| tabbarFixed | boolean | Enable when you use fixed tabbar layout | |
| tabbarThrough | boolean | Enable when you use through tabbar layout | |
| tabbarLabelsFixed | boolean | Enable when you use fixed tabbar layout | |
| tabbarLabelsThrough | boolean | Enable when you use through tabbar layout |