Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvanderest/gui-form
React Form Creator
https://github.com/gvanderest/gui-form
form react reactjs ts typescript
Last synced: 8 days ago
JSON representation
React Form Creator
- Host: GitHub
- URL: https://github.com/gvanderest/gui-form
- Owner: gvanderest
- Created: 2018-10-21T02:22:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T18:06:29.000Z (about 6 years ago)
- Last Synced: 2024-12-01T22:28:46.919Z (about 1 month ago)
- Topics: form, react, reactjs, ts, typescript
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gui-form
Gui's React form generation using simple components.
## Why?
Two reasons:
1. I want to learn how to use the React Context API.
2. Forms are complicated using vanilla React.## Work In Progress
Please note: This library is under development and may never actually fully work.
## Features in Progress
* Textbox
* Password
* Number
* Checkbox for a single field
* Radio button for a single field## Future
### Field Types
- Textarea
- Select box with Options
- Checkbox list for creating an array of values
- Subscopes### Additional Features
- Pristine
- Touched
- Errors
- Validation
- Dirty
- Submits
- Form invalid
- Form dirty
- External error sources