forked from AOT-Technologies/forms-flow-ai-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_components.html
46 lines (39 loc) · 1.85 KB
/
custom_components.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<article class="docs-article">
<section class="docs-section" id="custom_components">
<div>
<h2 id="custom-components">Custom Components</h2><br>
<hr>
<p><strong>formsflow.ai</strong> has custom components supported which are created by
extending the
base components within forms-flow-forms and then registering them within the core
renderer.</p>
<p>Custom componets available in <strong>formsflow.ai</strong> are:</p>
<table>
<thead>
<tr>
<th>Component Name</th>
<th>About</th>
<th>How to use</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Text Area with Analytics</strong></td>
<td>To enable Text fields for sentiment analysis processing</td>
<td><a href="./custom-components/text-area-with-analytics/README.md">link</a>
</td>
</tr>
</tbody>
</table><br><br>
<p>If you are interested in adding custom components for your use case in
<strong>formsflow.ai</strong> we highly
recommend you to take a look at <a
href="https://formio.github.io/formio.js/app/examples/customcomponent.html">Custom
Component Docs</a>
to understand how Form.io renderer allows for the creation of Custom components.
You can also take a look at <a href="https://github.com/formio/contrib">formio.contrib</a>
to look for examples and even contribute the custom components you create.
</p>
</div>
</section>
</article>