Library with shared components, hooks and utils for the opengeoweb project. This library was generated with Nx.
- Only add components/utils/hooks that are used in at least 2 other libraries.
- Provide a storybook demo
- Provide unit tests with 100% code coverage
import { Example } from '@opengeoweb/shared';
Run nx test shared
to execute the unit tests via Jest.