Gcp2 Expanded Product Cards Entities
Compute Engine
- Preview
- Usage
- Definition
import { ComputeEngine } from '@dinghy/diagrams/entitiesGcp2ExpandedProductCards'
<ComputeEngine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTE_ENGINE } from '@dinghy/diagrams/entitiesGcp2ExpandedProductCards'
<Shape
{...props}
_style={extendStyle(props, COMPUTE_ENGINE)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 70,
}
Compute Engine 2
- Preview
- Usage
- Definition
import { ComputeEngine2 } from '@dinghy/diagrams/entitiesGcp2ExpandedProductCards'
<ComputeEngine2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTE_ENGINE_2 } from '@dinghy/diagrams/entitiesGcp2ExpandedProductCards'
<Shape
{...props}
_style={extendStyle(props, COMPUTE_ENGINE_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;',
},
_width: 0,
_height: 78,
}