Skip to content

Commit

Permalink
FWF-3657 [Feature] : Updated the readme wiht the package details
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-s-aot committed Sep 18, 2024
1 parent 1cb740a commit ceeb57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formsflow-custom-formio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Including direct js

## Formsflow.ai WEB in forms-flow-ai\forms-flow-web\src\index.js
```
npm install formsflow-formio-custom-elements --save
npm install @aot-technologies/formsflow-formio-custom-elements --save
```

```Javascript
import { Components } from "react-formio";

// Set custom formio elements - Code splitted
import("formsflow-formio-custom-elements/dist/customformio-ex").then(
import("@aot-technologies/formsflow-formio-custom-elements/dist/customformio-ex").then(
(FormioCustomEx) => {
Components.setComponents(FormioCustomEx.components);
}
Expand Down

0 comments on commit ceeb57e

Please sign in to comment.