React component library with Workspace components for the opengeoweb project. This library was generated with Nx.
npm install @opengeoweb/workspace
You can use any component exported from workspace by importing them, for example:
import {
WorkspaceViewConnect, } from '@opengeoweb/workspace';
Run nx test workspace
to execute the unit tests via Jest.