Ibm Storage Entities
Block Storage
- Preview
- Usage
- Definition
import { BlockStorage } from '@dinghy/diagrams/entitiesIbmCloudStorage'
<BlockStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLOCK_STORAGE } from '@dinghy/diagrams/entitiesIbmCloudStorage'
<Shape
{...props}
_style={extendStyle(props, BLOCK_STORAGE)}
/>
{
_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,
}