@latitude-data/webcomponents
v0.4.1
Published
Web Components for Latitude
Downloads
2,928
Readme
Latitude web components
Common Latitude components used accross different frontend frameworks. We expose
webcomponents like <latitude-embed></latitude-embed>
iframe wrapper.
Getting Started
pnpm install
pnpm dev
To build the component for production or using inside others packages, run:
pnpm build
To run the unit tests for the components, run:
pnpm test
StencilJS
This project is built using StencilJS, a web component compiler.
TODO
- [ ] Fix this issue with generated React components and Typescript when solved by StencilJS