versacall-modules-library-react

Versacall Module Library

Usage no npm install needed!

<script type="module">
  import versacallModulesLibraryReact from 'https://cdn.skypack.dev/versacall-modules-library-react';
</script>

README

versacall-modules-library-react

Adding to a react application

Use npm and run:

npm install versacall-modules-library-react

Packaging the library

  1. Update the version in package.json
  2. npm run compile
  3. npm publish

This is the library for building the editors for various modules. Use PC-BSC Advanced to view an example of the implementation. The two main components are the MonitoringPointTree and PointProperties.

This library uses Versacall-Core-Library-React and requires it is a peer dependincy.

You can use the app inside the "app" folder to play with an example of the components.

Each component folder in the "lib" folder contains a more detailed readMe on those components and their implementation.