-
Get Started
-
React Components
- Accordion
- Badge
- Block Title
- Block / Content Block
- Button
- Card
- Chips / Tags
- Floating Action Button
-
Forms
- Icon
- Grid / Layout Grid
-
Lists
- Link
- Messages
- Message Bar
-
Modals
-
Navigation Bars
- Pages
- Page
- Panel
- Photo Browser
- Preloader / Spinner
- Progress Bar
- Search Bar
- Status Bar
- Swiper
- Tabs
- Template7 Template
- Timeline
- Views
- View
Pages React Component
Pages - is the main container for all the pages in the view. It is the place where View's router manipulates with pages.
Usage examples
<Pages>
...
</Pages>
Renders to:
<div class="pages">
...
</div>
Properties
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 |