@latitude-data/webcomponents
Version:
Web Components for Latitude
32 lines (20 loc) • 685 B
Markdown
# Latitude web components
Common Latitude components used accross different frontend frameworks. We expose
webcomponents like `<latitude-embed></latitude-embed>` iframe wrapper.
## Getting Started
```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
```
## StencilJS
This project is built using [StencilJS](https://stenciljs.com/), a web component compiler.
## TODO
- [ ] Fix [this issue](https://github.com/ionic-team/stencil-ds-output-targets/issues/404) with generated React components and Typescript when solved by StencilJS