3.32.3 • Published 5 months ago

@gokturk413/scada-pipe-component v3.32.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

SCADA Pipe Component

A collection of web components for creating SCADA/HMI pipe visualizations with flow animations.

Installation

npm install scada-pipe-component

Usage

Import the components in your JavaScript file:

import 'scada-pipe-component';

Or include it directly in your HTML:

<script src="node_modules/scada-pipe-component/index.js"></script>

Horizontal/Vertical Pipe

<!-- Horizontal pipe with flow animation -->
<pipe-component 
    direction="horizontal" 
    width="300" 
    height="20" 
    color="#3498db" 
    flow="true">
</pipe-component>

<!-- Vertical pipe -->
<pipe-component 
    direction="vertical" 
    width="200" 
    height="20" 
    color="#e74c3c" 
    flow="false">
</pipe-component>

Curved Pipe

<!-- 90-degree curved pipe with flow animation -->
<curved-pipe 
    size="100" 
    color="#3498db" 
    flow="true" 
    direction="top-right">
</curved-pipe>

Properties

Pipe Component

PropertyTypeDefaultDescription
directionstring'horizontal'Pipe direction ('horizontal' or 'vertical')
widthnumber100Width of the pipe in pixels
heightnumber20Height/thickness of the pipe in pixels
colorstring'#3498db'Color of the pipe
flowbooleanfalseEnable/disable flow animation

Curved Pipe Component

PropertyTypeDefaultDescription
sizenumber100Size of the curved pipe container in pixels
colorstring'#3498db'Color of the pipe
flowbooleanfalseEnable/disable flow animation
directionstring'top-right'Curve direction ('top-right', 'top-left', 'bottom-right', 'bottom-left')

License

MIT

3.32.3

5 months ago

3.32.1

5 months ago

3.32.0

5 months ago

3.31.16

5 months ago

3.31.15

6 months ago

3.31.14

6 months ago

3.31.13

6 months ago

3.31.12

6 months ago

3.31.11

6 months ago

3.31.10

6 months ago

3.31.9

6 months ago

3.31.8

6 months ago

3.31.7

6 months ago

3.31.6

6 months ago

3.31.5

6 months ago

3.31.4

6 months ago

3.31.3

6 months ago

3.31.2

6 months ago

3.31.1

6 months ago

3.31.0

6 months ago

3.30.0

10 months ago

3.20.0

10 months ago

3.10.0

10 months ago

3.0.0

10 months ago

2.0.0

10 months ago

1.0.0

10 months ago