Popularity
1.1
Stable
Activity
0.0
Stable
12
4
5
Programming language: JavaScript
License: MIT License
Latest version: v0.5.8
cerebral-module-forms alternatives and similar libraries
Based on the "Form Logic" category.
Alternatively, view cerebral-module-forms alternatives based on common mentions on social networks and blogs.
-
formik
DISCONTINUED. Build forms in React, without the tears π [Moved to: https://github.com/jaredpalmer/formik] -
Formily
π±π π§© Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3 -
surveyjs
SurveyJS Form Library is a JavaScript form rendering and validation engine that takes a JSON schema and dynamically generates interactive forms using a framework-independent core. It runs entirely on the client, handling UI rendering, conditional logic, and validation, while giving you full control over data storage and submission on your backend. The same form model can be rendered through dedicated, natively supported packages for React, Angular, Vue, or vanilla JavaScript without changing the schema. In practice, you define forms as JSON, pass them to the library, and handle submission events to persist or process the results wherever you choose.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of cerebral-module-forms or a related project?
README
cerebral-module-forms
Form module for Cerebral 1.x
For Cerebral 2 you can use @cerebral/forms.
How to use
Go to http://cerebral-website.herokuapp.com/documentation/cerebral-module-forms
Contribute
- Clone repo
npm installnpm testto run tests
Try the demo
cd demonpm installnpm start- Go to
localhost:3000