Aws17 SDK Entities
.NET
- Preview
- Usage
- Definition
import { Net } from '@dinghy/diagrams/entitiesAws17Sdk'
<Net/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NET } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, NET)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#115193;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Android
- Preview
- Usage
- Definition
import { Android } from '@dinghy/diagrams/entitiesAws17Sdk'
<Android/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANDROID } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, ANDROID)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#96BF3D;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
CLI
- Preview
- Usage
- Definition
import { Cli } from '@dinghy/diagrams/entitiesAws17Sdk'
<Cli/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLI } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, CLI)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cli;fillColor=#444444;gradientColor=none;',
},
_original_width: 72,
_original_height: 82.5,
}
iOS
- Preview
- Usage
- Definition
import { Ios } from '@dinghy/diagrams/entitiesAws17Sdk'
<Ios/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOS } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, IOS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#CFCFCF;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Java
- Preview
- Usage
- Definition
import { Java } from '@dinghy/diagrams/entitiesAws17Sdk'
<Java/>
// or
import { extendStyle } from "@dinghy/base-components";
import { JAVA } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, JAVA)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#EE472A;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
JavaScript
- Preview
- Usage
- Definition
import { Javascript } from '@dinghy/diagrams/entitiesAws17Sdk'
<Javascript/>
// or
import { extendStyle } from "@dinghy/base-components";
import { JAVASCRIPT } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, JAVASCRIPT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#205E00;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Node.js
- Preview
- Usage
- Definition
import { NodeJs } from '@dinghy/diagrams/entitiesAws17Sdk'
<NodeJs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NODE_JS } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, NODE_JS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#8CC64F;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
PHP
- Preview
- Usage
- Definition
import { Php } from '@dinghy/diagrams/entitiesAws17Sdk'
<Php/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHP } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, PHP)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#5A69A4;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Python (boto)
- Preview
- Usage
- Definition
import { PythonBoto } from '@dinghy/diagrams/entitiesAws17Sdk'
<PythonBoto/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PYTHON_BOTO } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, PYTHON_BOTO)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#FFD44F;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Ruby
- Preview
- Usage
- Definition
import { Ruby } from '@dinghy/diagrams/entitiesAws17Sdk'
<Ruby/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RUBY } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, RUBY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#AE1F23;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Toolkit for Eclipse
- Preview
- Usage
- Definition
import { ToolkitForEclipse } from '@dinghy/diagrams/entitiesAws17Sdk'
<ToolkitForEclipse/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOOLKIT_FOR_ECLIPSE } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, TOOLKIT_FOR_ECLIPSE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.toolkit_for_eclipse;fillColor=#342074;gradientColor=none;',
},
_original_width: 70.5,
_original_height: 78,
}
Toolkit for Visual Studio
- Preview
- Usage
- Definition
import { ToolkitForVisualStudio } from '@dinghy/diagrams/entitiesAws17Sdk'
<ToolkitForVisualStudio/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOOLKIT_FOR_VISUAL_STUDIO } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, TOOLKIT_FOR_VISUAL_STUDIO)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.toolkit_for_visual_studio;fillColor=#53B1CB;gradientColor=none;',
},
_original_width: 70.5,
_original_height: 78,
}
Toolkit for Windows PowerShell
- Preview
- Usage
- Definition
import { ToolkitForWindowsPowershell } from '@dinghy/diagrams/entitiesAws17Sdk'
<ToolkitForWindowsPowershell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOOLKIT_FOR_WINDOWS_POWERSHELL } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, TOOLKIT_FOR_WINDOWS_POWERSHELL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.toolkit_for_windows_powershell;fillColor=#737373;gradientColor=none;',
},
_original_width: 70.5,
_original_height: 78,
}
Xamarin
- Preview
- Usage
- Definition
import { Xamarin } from '@dinghy/diagrams/entitiesAws17Sdk'
<Xamarin/>
// or
import { extendStyle } from "@dinghy/base-components";
import { XAMARIN } from '@dinghy/diagrams/entitiesAws17Sdk'
<Shape
{...props}
_style={extendStyle(props, XAMARIN)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#4090D7;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}