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