Gcp2 Product Cards Entities
Kubernetes
- Preview
- Usage
- Definition
import { Kubernetes } from '@dinghy/diagrams/entitiesGcp2ProductCards'
<Kubernetes/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KUBERNETES } from '@dinghy/diagrams/entitiesGcp2ProductCards'
<Shape
{...props}
_style={extendStyle(props, KUBERNETES)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
Kubernetes 2
- Preview
- Usage
- Definition
import { Kubernetes2 } from '@dinghy/diagrams/entitiesGcp2ProductCards'
<Kubernetes2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KUBERNETES_2 } from '@dinghy/diagrams/entitiesGcp2ProductCards'
<Shape
{...props}
_style={extendStyle(props, KUBERNETES_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;',
},
_width: 0,
_height: 68,
}