@gdev-org/gdev_form_validator
Version:
A robust form validation library for js based applications. No js required, no dependency.
31 lines (17 loc) • 771 B
Markdown
# gdev_form_validator
gdev_form_validator is a dynamic and customizable form validation package designed to make form validation easy and flexible for developers. It provides multiple methods to handle form validation and designs.
## Installation
### NPM
To install the package using npm, run:
```bash
npm i @gdev-org/gdev_form_validator
```
### CDN
To use the package via CDN, include the following in your HTML:
```
<script src="https://cdn.jsdelivr.net/npm/@gdev-org/gdev_form_validator@latest/dist/gdev_form_validator.js"></script>
```
## Documentation
For more detailed documentation and examples, visit [our website](https://gdev-form-validator-ten.vercel.app/).
## License
This project is licensed under the MIT License.