Gcp2 Storage Entities
Cloud Storage
- Preview
- Usage
- Definition
import { CloudStorage } from '@dinghy/diagrams/entitiesGcp2Storage'
<CloudStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_STORAGE } from '@dinghy/diagrams/entitiesGcp2Storage'
<Shape
{...props}
_style={extendStyle(props, CLOUD_STORAGE)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
Cloud Storage 2
- Preview
- Usage
- Definition
import { CloudStorage2 } from '@dinghy/diagrams/entitiesGcp2Storage'
<CloudStorage2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_STORAGE_2 } from '@dinghy/diagrams/entitiesGcp2Storage'
<Shape
{...props}
_style={extendStyle(props, CLOUD_STORAGE_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,
}