Electrical Vacuum Tubes Entities
Diode
- Preview
- Usage
- Definition
import { Diode } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Diode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIODE } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, DIODE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.diode;',
},
_original_width: 70,
_original_height: 77,
}
Double Diode
- Preview
- Usage
- Definition
import { DoubleDiode } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<DoubleDiode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOUBLE_DIODE } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, DOUBLE_DIODE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.double_diode;',
},
_original_width: 70,
_original_height: 77,
}
Double Triode
- Preview
- Usage
- Definition
import { DoubleTriode } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<DoubleTriode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOUBLE_TRIODE } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, DOUBLE_TRIODE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.double_triode;',
},
_original_width: 70,
_original_height: 77,
}
Pentode
- Preview
- Usage
- Definition
import { Pentode } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Pentode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PENTODE } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, PENTODE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.pentode;',
},
_original_width: 70,
_original_height: 77,
}
Photocell
- Preview
- Usage
- Definition
import { Photocell } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Photocell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHOTOCELL } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, PHOTOCELL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.photocell;',
},
_original_width: 70,
_original_height: 87,
}
Tetrode
- Preview
- Usage
- Definition
import { Tetrode } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Tetrode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TETRODE } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, TETRODE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.tetrode;',
},
_original_width: 70,
_original_height: 77,
}
Triode
- Preview
- Usage
- Definition
import { Triode } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Triode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRIODE } from '@dinghy/diagrams/entitiesElectricalVacuumTubes'
<Shape
{...props}
_style={extendStyle(props, TRIODE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.thermionic_devices.triode;',
},
_original_width: 70,
_original_height: 77,
}