Gcp2 CI - CD Entities
Cloud SDK
- Preview
- Usage
- Definition
import { CloudSdk } from '@dinghy/diagrams/entitiesGcp2CiCd'
<CloudSdk/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_SDK } from '@dinghy/diagrams/entitiesGcp2CiCd'
<Shape
{...props}
_style={extendStyle(props, CLOUD_SDK)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
Cloud SDK 2
- Preview
- Usage
- Definition
import { CloudSdk2 } from '@dinghy/diagrams/entitiesGcp2CiCd'
<CloudSdk2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_SDK_2 } from '@dinghy/diagrams/entitiesGcp2CiCd'
<Shape
{...props}
_style={extendStyle(props, CLOUD_SDK_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 68,
}