# teleport-uidl-resolver

A small package that handles the transition from UIDL to HTML elements and has support for custom mappings.

> This package is part of the [teleport ecosystem](https://github.com/teleporthq/teleport-code-generators). For a complete guide, check out the [official documentation](https://docs.teleporthq.io/).

## Install
```bash
npm install @teleporthq/teleport-uidl-resolver
```
or
```bash
yarn add @teleporthq/teleport-uidl-resolver
```
