Gcp2 Databases Entities
Cloud SQL
- Preview
- Usage
- Definition
import { CloudSql } from '@dinghy/diagrams/entitiesGcp2Databases'
<CloudSql/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_SQL } from '@dinghy/diagrams/entitiesGcp2Databases'
<Shape
{...props}
_style={extendStyle(props, CLOUD_SQL)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
Cloud SQL 2
- Preview
- Usage
- Definition
import { CloudSql2 } from '@dinghy/diagrams/entitiesGcp2Databases'
<CloudSql2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_SQL_2 } from '@dinghy/diagrams/entitiesGcp2Databases'
<Shape
{...props}
_style={extendStyle(props, CLOUD_SQL_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,
}