Skip to main content

Include Form Renderer in your application

Once Form Renderer is installed (either by installing it with package manager or by downloading it) you have to reference it in your index.html (or any other entry file). Include provided code snippet to your application:

<head>
<script src="/path-to-package/form-renderer.js"></script>
<link rel="stylesheet" type="text/css" href="/path-to-package/styles.css" media="screen"/>
<!-- ... -->
</head>