Ibm Data Entities
Db2
- Preview
- Usage
- Definition
import { Db2 } from '@dinghy/diagrams/entitiesIbmCloudData'
<Db2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DB2 } from '@dinghy/diagrams/entitiesIbmCloudData'
<Shape
{...props}
_style={extendStyle(props, DB2)}
/>
{
_style: {
entity: 'shape=rect;fillColor=#0F62FE;aspect=fixed;resizable=0;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeColor=none;fontSize=14;',
},
_width: 0,
_height: 48,
}