Gmdl Tabs Entities
Fixed tab bar
- Preview
- Usage
- Definition
import { FixedTabBar } from '@dinghy/diagrams/entitiesGmdlTabs'
<FixedTabBar/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIXED_TAB_BAR } from '@dinghy/diagrams/entitiesGmdlTabs'
<Shape
{...props}
_style={extendStyle(props, FIXED_TAB_BAR)}
/>
{
_style: {
entity: 'dashed=0;shape=rect;fillColor=#ffffff;strokeColor=none;',
},
_width: 358,
_height: 642,
}
Fixed tab bar 2
- Preview
- Usage
- Definition
import { FixedTabBar2 } from '@dinghy/diagrams/entitiesGmdlTabs'
<FixedTabBar2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIXED_TAB_BAR_2 } from '@dinghy/diagrams/entitiesGmdlTabs'
<Shape
{...props}
_style={extendStyle(props, FIXED_TAB_BAR_2)}
/>
{
_style: {
entity: 'dashed=0;shape=rect;fillColor=#ffffff;strokeColor=none;fontFamily=Helvetica;fontSize=12;fontColor=default;',
},
_width: 358,
_height: 642,
}