Tabs
Definition
Tab view controller
Name |
Description |
component |
tabs |
transition |
bounceIn, flipX, flipY, fade, scale, slide, slideInRight, none - animation used when swiching steps |
tabs |
A list of tab definitions |
header |
Header component (optional) |
Options
Name |
Description |
fullScreen |
true / false |
toolbarHeight |
Height of the header component |
Tabs
Name |
Description |
title |
Text for the title |
icon |
Icon definition |
{
"component": "tabs",
"tabs": [
{
"title": "常用薬"
},
{
"title": "緊急薬"
}
],
"options": {
"fullScreen": true,
"toolbarHeight": 90
},
"styles": {
"marginTop": "20px"
},
"children": []
}