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