Signs Science Entities
Laboratory
- Preview
- Usage
- Definition
import { Laboratory } from '@dinghy/diagrams/entitiesSignsScience'
<Laboratory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LABORATORY } from '@dinghy/diagrams/entitiesSignsScience'
<Shape
{...props}
_style={extendStyle(props, LABORATORY)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.science.laboratory;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 98,
_original_height: 98,
}
Magnet
- Preview
- Usage
- Definition
import { Magnet } from '@dinghy/diagrams/entitiesSignsScience'
<Magnet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAGNET } from '@dinghy/diagrams/entitiesSignsScience'
<Shape
{...props}
_style={extendStyle(props, MAGNET)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.science.magnet;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 74,
_height: 99,
}
Microscope
- Preview
- Usage
- Definition
import { Microscope } from '@dinghy/diagrams/entitiesSignsScience'
<Microscope/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSCOPE } from '@dinghy/diagrams/entitiesSignsScience'
<Shape
{...props}
_style={extendStyle(props, MICROSCOPE)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.science.microscope;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 64,
_height: 99,
}
Nuclear 1
- Preview
- Usage
- Definition

import { Nuclear1 } from '@dinghy/diagrams/entitiesSignsScience'
<Nuclear1/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NUCLEAR_1 } from '@dinghy/diagrams/entitiesSignsScience'
<Shape
{...props}
_style={extendStyle(props, NUCLEAR_1)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.science.nuclear_1;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 99,
_original_height: 88,
}
Nuclear 2
- Preview
- Usage
- Definition

import { Nuclear2 } from '@dinghy/diagrams/entitiesSignsScience'
<Nuclear2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NUCLEAR_2 } from '@dinghy/diagrams/entitiesSignsScience'
<Shape
{...props}
_style={extendStyle(props, NUCLEAR_2)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.science.nuclear_2;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 98,
_original_height: 99,
}
Windmill
- Preview
- Usage
- Definition
import { Windmill } from '@dinghy/diagrams/entitiesSignsScience'
<Windmill/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDMILL } from '@dinghy/diagrams/entitiesSignsScience'
<Shape
{...props}
_style={extendStyle(props, WINDMILL)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.science.windmill;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 72,
_height: 99,
}