@ilife-tech/react-application-flow-renderer 1.2.90 → 1.2.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/example.js +19 -19
- package/dist/example.js.LICENSE.txt +2 -0
- package/dist/example.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.LICENSE.txt +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1923,6 +1923,6 @@ const DynamicApiForm = ({ formId }) => {
|
|
|
1923
1923
|
|
|
1924
1924
|
The React Dynamic Form Renderer package provides a comprehensive solution for creating dynamic, interactive forms with advanced validation, conditional logic, and third-party API integration. By leveraging the JSON schema approach, you can rapidly develop complex forms without sacrificing flexibility or control.
|
|
1925
1925
|
|
|
1926
|
-
For more detailed documentation, refer to the [developer user guide](./docs/developer-user-guide.md) or check out the [example implementations](./example) included with the package. Contributors: see [contributing](./docs/contributing.md)
|
|
1926
|
+
For more detailed documentation, refer to the [developer user guide](./docs/developer-user-guide.md) or check out the [example implementations](./example) included with the package. Contributors: see [contributing](./docs/contributing.md), [running](./docs/running.md), and [folder structure](./docs/coding-standards/folder-structure.md) for setup and development workflow.
|
|
1927
1927
|
|
|
1928
1928
|
We welcome contributions and feedback! Please file issues or submit pull requests on our [GitHub repository](https://github.com/ilife-technologies/react-dynamic-form-renderer).
|