Install & Download:
# NPM
$ npm install formvuelar --saveDescription:
FormVuelar is a set of predefined vue form components which are designed to automatically display errors coming back from your backend. It works out of the box with the error message bag that is returned by Laravel when submitting an ajax form.
Features:
- Axios integration
- Select with search
- File upload support including process indicator
- Dropzone with image preview (inspired by FilePond)
- Display validation error messages from error response
Preview:

Changelog:
v1.8.8 (01/17/2024)
- Check tag input validation on paste.
- Make added tags editable.
- Fix Tag error not being cleared on change.
v1.8.6 (05/10/2023)
- If the option key was different to the option value unselecting tags always removed the last tag instead of the selected one.
v1.8.5 (08/10/2022)
- update dependency
v1.8.4 (08/10/2022)
- fix parent scroll issue
v1.8.2 (04/28/2022)
- Add support for nested objects in arrays when using multipart forms.
v1.8.1 (04/22/2022)
- Dependencies updated
v1.7.0 (12/04/2021)
- style fixes
v1.6.16 (08/19/2021)
- add value field to checkbox