Rack APC Entities
APC Smart UPS 1000-3000 VA 2U
- Preview
- Usage
- Definition
import { ApcSmartUps10003000Va2u } from '@dinghy/diagrams/entitiesRackApc'
<ApcSmartUps10003000Va2u/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APC_SMART_UPS_1000_3000_VA_2U } from '@dinghy/diagrams/entitiesRackApc'
<Shape
{...props}
_style={extendStyle(props, APC_SMART_UPS_1000_3000_VA_2U)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.apc.apc_smart_ups_1000-3000_va_2u;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
APC Smart UPS 5000 VA 5U
- Preview
- Usage
- Definition
import { ApcSmartUps5000Va5u } from '@dinghy/diagrams/entitiesRackApc'
<ApcSmartUps5000Va5u/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APC_SMART_UPS_5000_VA_5U } from '@dinghy/diagrams/entitiesRackApc'
<Shape
{...props}
_style={extendStyle(props, APC_SMART_UPS_5000_VA_5U)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.apc.apc_smart_ups_5000_va_5u;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 74,
}
APC Smart UPS 750 VA 1U
- Preview
- Usage
- Definition
import { ApcSmartUps750Va1u } from '@dinghy/diagrams/entitiesRackApc'
<ApcSmartUps750Va1u/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APC_SMART_UPS_750_VA_1U } from '@dinghy/diagrams/entitiesRackApc'
<Shape
{...props}
_style={extendStyle(props, APC_SMART_UPS_750_VA_1U)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.apc.apc_smart_ups_750_va_1u;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}