# crmv2-ui

> CRM Integration V2 UI

Latest version **0.1.1** (published 2022-11-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install crmv2-ui
pnpm add crmv2-ui
yarn add crmv2-ui
bun add crmv2-ui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2022-11-03 |
| First published | 2022-11-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12.22.7 |
| Dependencies | 12 |
| Unpacked size | 910.9 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | anunay2021 |

## Links

- npm: https://www.npmjs.com/package/crmv2-ui
- Repository: https://github.com/lithiumtech/crmv2-ui
- Homepage: https://github.com/lithiumtech/crmv2-ui#readme
- Issues: https://github.com/lithiumtech/crmv2-ui/issues
- npm.io page: https://npm.io/package/crmv2-ui

## Dependencies (12)

- [axios](https://npm.io/package/axios.md) ^0.21.1
- [react](https://npm.io/package/react.md) ^18.2.0
- [immutable](https://npm.io/package/immutable.md) ^4.0.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [typescript](https://npm.io/package/typescript.md) ^4.8.4
- [usehooks-ts](https://npm.io/package/usehooks-ts.md) ^2.6.0
- [@mui/material](https://npm.io/package/@mui/material.md) 5.10.12
- [react-scripts](https://npm.io/package/react-scripts.md) 5.0.1
- [@emotion/react](https://npm.io/package/@emotion/react.md) 11.10.5
- [@emotion/styled](https://npm.io/package/@emotion/styled.md) 11.10.5
- [react-hot-loader](https://npm.io/package/react-hot-loader.md) ^4.12.21
- [@mui/icons-material](https://npm.io/package/@mui/icons-material.md) 5.10.9

## Recent versions

- 0.1.1 (latest) — 2022-11-03
- 0.1.0 — 2022-11-03

## README

# CrmV2 UI
## symlinking
- `npm link` in this repo
- `npm link crmv2-ui` in the consumer project (example ic-backend-ui/response)
- ensure using same node versions in consumer and this project (example v12.22.7 in response and crmv2-ui)

## prereqs

```bash
# need node version 14.17.6
# (lts release as of this time)
# These pick up the right node version from .nvmrc
nvm install # just needed once
nvm use # needed every time
```

## local development

```bash
npm install
npm start
```

see `package.json` scripts for more useful commands

## testing

We use the following tools to build unit tests:

- [Jest](https://jestjs.io/): JavaScript testing framework used to build unit tests
- [Testing Library](https://testing-library.com/docs): family of packages that helps you test UI components. We currently use the following frameworks from Testing Library:
  - [DOM Testing Library](https://testing-library.com/docs/dom-testing-library/intro): provides methods for querying the DOM for nodes in a way that's similar to how the user finds elements on the page
  - [React Testing Library](https://testing-library.com/docs/react-testing-library/intro): builds on top of DOM Testing Library, adding APIs for working with React components.

Check out [Jest's example](https://jestjs.io/docs/tutorial-react#dom-testing) of how to test the DOM in a React App using React Testing Library.

---
_Source: https://npm.io/package/crmv2-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
