Components

Tachometer

<Tachometer value />

Constructor

# <Tachometer value />

This component is a single-properperty sensor used to represent the Power sensors and power measuring devices in the application. It takes a singular value which indicates the current power value of the device whose data is to be displayed.

PropTypes:
Name Type Required Description Default
value number Yes The current value of the power device.

View Source components/tachometer/index.jsx, line 24

Example
<Tachometer />