Web Components for Latitude
npm install @latitude-data/webcomponentsCommon Latitude components used accross different frontend frameworks. We expose
webcomponents like iframe wrapper.
``bash`
pnpm install
pnpm dev
To build the component for production or using inside others packages, run:
`bash`
pnpm build
To run the unit tests for the components, run:
`bash``
pnpm test
This project is built using StencilJS, a web component compiler.
- [ ] Fix this issue with generated React components and Typescript when solved by StencilJS