Software C4 Containers
Legend
- Preview
- Usage
- Definition
import { Legend } from '@dinghy/diagrams/containersC4'
<Legend/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LEGEND } from '@dinghy/diagrams/containersC4'
<Shape
{...props}
_style={extendStyle(props, LEGEND)}
/>
{
_style: {
container: 'shape=table;startSize=30;container=1;collapsible=0;childLayout=tableLayout;fontSize=16;align=left;verticalAlign=top;fillColor=none;strokeColor=none;fontColor=#4D4D4D;fontStyle=1;spacingLeft=6;spacing=0;resizable=0;',
entity:{
fontColor:'#4D4D4D',},
},
}