Azure2 Ecosystem Entities
Applens
- Preview
- Usage
- Definition
import { Applens } from '@dinghy/diagrams/entitiesAzure2Ecosystem'
<Applens/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLENS } from '@dinghy/diagrams/entitiesAzure2Ecosystem'
<Shape
{...props}
_style={extendStyle(props, APPLENS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_ecosystem/Applens.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Collaborative Service
- Preview
- Usage
- Definition
import { CollaborativeService } from '@dinghy/diagrams/entitiesAzure2Ecosystem'
<CollaborativeService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COLLABORATIVE_SERVICE } from '@dinghy/diagrams/entitiesAzure2Ecosystem'
<Shape
{...props}
_style={extendStyle(props, COLLABORATIVE_SERVICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_ecosystem/Collaborative_Service.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 66.8,
}
Hybrid Center
- Preview
- Usage
- Definition
import { HybridCenter } from '@dinghy/diagrams/entitiesAzure2Ecosystem'
<HybridCenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HYBRID_CENTER } from '@dinghy/diagrams/entitiesAzure2Ecosystem'
<Shape
{...props}
_style={extendStyle(props, HYBRID_CENTER)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_ecosystem/Azure_Hybrid_Center.svg;strokeColor=none;',
},
_width: 68,
_height: 48,
}