https://github.com/squirrel-forge/ui-form
An async Form component, event based with extensive plugin support, made for the browser and babel compatible.
https://github.com/squirrel-forge/ui-form
async babel browser es6 form plugins ui
Last synced: 3 months ago
JSON representation
An async Form component, event based with extensive plugin support, made for the browser and babel compatible.
- Host: GitHub
- URL: https://github.com/squirrel-forge/ui-form
- Owner: squirrel-forge
- License: mit
- Created: 2021-10-02T22:33:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T12:04:53.000Z (about 2 years ago)
- Last Synced: 2025-12-30T07:26:18.156Z (6 months ago)
- Topics: async, babel, browser, es6, form, plugins, ui
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @squirrel-forge/ui-form
An async Form component, event based with extensive plugin support, made for the browser and babel compatible.
## Installation
```
npm i @squirrel-forge/ui-form
```
## Usage
```
import { Class, function } from '@squirrel-forge/ui-form';
```
## Documentation
The documentation is also included in the package.
### Table of contents
Package contents listing by namespace.
- [Form](docs/Form.md)
- [FormValues](docs/Form.md#formvalues)
- [Html5Validator](docs/Form.md#html5validator)
- [UiFormComponent](docs/Form.md#uiformcomponent)
- [Plugins](docs/Plugins.md)
- [UiFormPluginFieldControl](docs/Plugins.md#uiformpluginfieldcontrol)
- [UiFormPluginJSONResponse](docs/Plugins.md#uiformpluginjsonresponse)
- [UiFormPluginPrefetch](docs/Plugins.md#uiformpluginprefetch)
- [UiFormPluginReCaptcha](docs/Plugins.md#uiformpluginrecaptcha)
- [UiFormPluginValidate](docs/Plugins.md#uiformpluginvalidate)
- [UiFormPluginValues](docs/Plugins.md#uiformpluginvalues)
## Issues and docs
If you encounter any issues, please report [here](https://github.com/squirrel-forge/ui-form/issues).
---
Check the sourcecode on [github](https://github.com/squirrel-forge/ui-form) for detailed comments.