victorgarciaesgi ยท GitHub

โ“ Type of change

  • ๐Ÿ“– Documentation (updates to the documentation or readme)
  • ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • ๐Ÿ‘Œ Enhancement (improving an existing functionality)
  • โœจ New feature (a non-breaking change that adds functionality)
  • ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

Hi!

I'm the maintainer of Regle, a Vue headless validation library and "successor" of Vuelidate.

Vuelidate is not maintained anymore, and Regle is listed as the primary alternative as API is greatly similar.

This is also the recommended solution in Quasar https://quasar.dev/vue-components/field#external-validation

Regle also implements the Standard Schema spec, that means that it can be used with the Nuxt UI Form component.

This PR adds a working example of Regle usage in the Form component page ๐Ÿ‘

Tests

Manual test as it's a documentation change

image

๐Ÿ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Read the original on github.com โ†—