-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add Forms section #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Another thing that comes to mind is forms built with Vuetify/BootstrapVue. |
Yes! I'm not sure if it would be better to have some sort of "Popular third-party libraries" and showcase some examples, or if we should group them depending on their usage: forms
- basic forms
- with vuelidate
- with vee-validate
- with vuetify
- with bootstrapvue
modals
- basic
- with vuetify
- with bootstrapvue or third-party libraries
- vuetify
- forms
- modals
...
- bootstrapvue
- forms
- modals
... |
I think we can start with regular HTML forms - I'm guessing it will be some time before the third party libs have upgraded. |
Merged
Closed in #23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe handling forms is one of the main usages of Vue, and one of the common target of tests.
Thus, I would
vuelidate
(once they update to Vue 3)vee-validate
(once they update to Vue 3)The text was updated successfully, but these errors were encountered: