Gcp2 User and Device Cards Entities
Application
- Preview
- Usage
- Definition
import { Application } from '@dinghy/diagrams/entitiesGcp2UserAndDeviceCards'
<Application/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION } from '@dinghy/diagrams/entitiesGcp2UserAndDeviceCards'
<Shape
{...props}
_style={extendStyle(props, APPLICATION)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=bottom;spacingLeft=0;fontColor=#999999;fontSize=12;whiteSpace=wrap;spacingBottom=2;html=1;',
},
_width: 0,
_height: 85,
}