Mockup Text Containers
Table
- Preview
- Usage
- Definition
import { Table } from '@dinghy/diagrams/containersMockupText'
<Table/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TABLE } from '@dinghy/diagrams/containersMockupText'
<Shape
{...props}
_style={extendStyle(props, TABLE)}
/>
{
_style: {
container: 'shape=table;html=1;whiteSpace=wrap;startSize=0;container=1;collapsible=0;childLayout=tableLayout;strokeWidth=2;',
},
}