@react-form-builder/designer-bundle

4.0.0 • Public • Published

OptimaJet React Form Builder Designer bundle

This library is part of the React Form Builder project.

Usage

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>FormEngine Designer bundle embedding example</title>
  <script src="https://unpkg.com/@react-form-builder/designer-bundle@latest/dist/index.iife.js" async defer></script>
</head>
<body style="margin: 20px">
<div id="designer"></div>

<script type="text/javascript">
  window.onload = function () {
    const {renderFormBuilder} = window.FormEngineDesignerBundle;

    const props = {
    }

    window.designerRoot = renderFormBuilder('designer', props)
  }
</script>
</body>
</html>

License

For commercial use contact our sales at sales@optimajet.com.

/@react-form-builder/designer-bundle/

    Package Sidebar

    Install

    npm i @react-form-builder/designer-bundle

    Weekly Downloads

    63

    Version

    4.0.0

    License

    https://optimajet.com/products/formengine/eula/

    Unpacked Size

    16.8 MB

    Total Files

    4

    Last publish

    Collaborators

    • ojroot