Cisco Computers and Peripherals Entities
IBM Mainframe
- Preview
- Usage
- Definition
import { IbmMainframe } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<IbmMainframe/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IBM_MAINFRAME } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, IBM_MAINFRAME)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.ibm_mainframe;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 50,
_height: 70,
}
IBM Mini AS400
- Preview
- Usage
- Definition
import { IbmMiniAs400 } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<IbmMiniAs400/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IBM_MINI_AS400 } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, IBM_MINI_AS400)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.ibm_mini_as400;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 43,
_original_height: 62,
}
IBM Tower
- Preview
- Usage
- Definition
import { IbmTower } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<IbmTower/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IBM_TOWER } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, IBM_TOWER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.ibm_tower;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 42,
_height: 77,
}
Laptop
- Preview
- Usage
- Definition
import { Laptop } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Laptop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAPTOP } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, LAPTOP)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.laptop;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 90,
_height: 61,
}
Macintosh
- Preview
- Usage
- Definition
import { Macintosh } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Macintosh/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACINTOSH } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, MACINTOSH)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.macintosh;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 99,
_height: 64,
}
Microphone
- Preview
- Usage
- Definition
import { Microphone } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Microphone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROPHONE } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, MICROPHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.microphone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 80,
_original_height: 96,
}
PC
- Preview
- Usage
- Definition
import { Pc } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Pc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PC } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, PC)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.pc;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 78,
_original_height: 70,
}
PC Adapter Card
- Preview
- Usage
- Definition
import { PcAdapterCard } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<PcAdapterCard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PC_ADAPTER_CARD } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, PC_ADAPTER_CARD)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.pc_adapter_card;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 64,
_height: 86,
}
PC Routercard
- Preview
- Usage
- Definition
import { PcRoutercard } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<PcRoutercard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PC_ROUTERCARD } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, PC_ROUTERCARD)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.pc_routercard;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 78,
_original_height: 70,
}
Printer
- Preview
- Usage
- Definition
import { Printer } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Printer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRINTER } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, PRINTER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.printer;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 91,
_height: 34,
}
Scanner
- Preview
- Usage
- Definition
import { Scanner } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Scanner/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCANNER } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, SCANNER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.scanner;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 80,
_original_height: 75,
}
Speaker
- Preview
- Usage
- Definition

import { Speaker } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Speaker/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPEAKER } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, SPEAKER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.speaker;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 53,
_height: 94,
}
Sun Workstation
- Preview
- Usage
- Definition
import { SunWorkstation } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<SunWorkstation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_WORKSTATION } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, SUN_WORKSTATION)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.sun_workstation;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 85,
_original_height: 67,
}
Supercomputer
- Preview
- Usage
- Definition
import { Supercomputer } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Supercomputer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUPERCOMPUTER } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, SUPERCOMPUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.supercomputer;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 83,
_original_height: 99,
}
Tablet
- Preview
- Usage
- Definition
import { Tablet } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Tablet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TABLET } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, TABLET)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.tablet;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 91,
_height: 50,
}
Terminal
- Preview
- Usage
- Definition
import { Terminal } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Terminal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, TERMINAL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.terminal;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 61,
_original_height: 54,
}
UPC
- Preview
- Usage
- Definition
import { Upc } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Upc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UPC } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, UPC)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.upc;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 91,
_original_height: 86,
}
Video Camera
- Preview
- Usage
- Definition
import { VideoCamera } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<VideoCamera/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIDEO_CAMERA } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, VIDEO_CAMERA)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.video_camera;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 67,
_height: 98,
}
Web Browser
- Preview
- Usage
- Definition
import { WebBrowser } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<WebBrowser/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WEB_BROWSER } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, WEB_BROWSER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.web_browser;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 62,
_original_height: 64,
}
Workstation
- Preview
- Usage
- Definition
import { Workstation } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Workstation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSTATION } from '@dinghy/diagrams/entitiesCiscoComputersAndPeripherals'
<Shape
{...props}
_style={extendStyle(props, WORKSTATION)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.computers_and_peripherals.workstation;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 83,
_height: 62,
}