np-dlms-components
v0.1.0
Published
Shared components for DLMS applications
Readme
np-dlms-components
Shared React components for DLMS apps.
Install
npm install np-dlms-componentsUse
Import the components you need and the styles once (e.g. in your app entry):
import {
npInput,
rsChipInput,
rsCameraCapture,
rsSpectrometerReading,
} from "np-dlms-components";
import "np-dlms-components/styles.css";Register them with your form setup the same way you register other custom fields.
