Gcp2 Service Cards Entities
Blank One Line
- Preview
- Usage
- Definition
import { BlankOneLine } from '@dinghy/diagrams/entitiesGcp2ServiceCards'
<BlankOneLine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLANK_ONE_LINE } from '@dinghy/diagrams/entitiesGcp2ServiceCards'
<Shape
{...props}
_style={extendStyle(props, BLANK_ONE_LINE)}
/>
{
_style: {
entity: 'dashed=0;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;labelPosition=center;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=5;fontSize=12;whiteSpace=wrap;html=1;',
},
_width: 0,
_height: 44,
}
Blank Two and Three Line
- Preview
- Usage
- Definition
import { BlankTwoAndThreeLine } from '@dinghy/diagrams/entitiesGcp2ServiceCards'
<BlankTwoAndThreeLine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLANK_TWO_AND_THREE_LINE } from '@dinghy/diagrams/entitiesGcp2ServiceCards'
<Shape
{...props}
_style={extendStyle(props, BLANK_TWO_AND_THREE_LINE)}
/>
{
_style: {
entity: 'dashed=0;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;labelPosition=center;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=5;fontSize=12;whiteSpace=wrap;',
},
_width: 0,
_height: 44,
}
Gateway
- Preview
- Usage
- Definition
import { Gateway } from '@dinghy/diagrams/entitiesGcp2ServiceCards'
<Gateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GATEWAY } from '@dinghy/diagrams/entitiesGcp2ServiceCards'
<Shape
{...props}
_style={extendStyle(props, GATEWAY)}
/>
{
_style: {
entity: 'strokeColor=#dddddd;fillColor=#FFFFFF;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 44,
}