# retool-components-library

## How to use UMD

```

<!-- If you are running this script over enviorment without babel -->
<!-- <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script> -->
<script src="dist/retool-components-library.umd.js"></script>

<script type="text/babel">
  const components = window.RetoolComponentsLibrary
</script>
```
