globe-and-citizen / cnc-portal

The Crypto Native Portal, an app that creates a mechanism to financially acknowledge the micro contributions of Open Source collaborators along with tools that promote effective governance.
3 stars 0 forks source link

[Feature] Form Validation & Form Component #250

Closed hermannleboss closed 2 days ago

hermannleboss commented 1 month ago

Description

Is your feature request related to a problem? Please describe.

We should use system for validating our forms. We don't have any system to check if our form have valid state so some times our forms validation are not right.

And in the same time we should try to have a form component that reduce the number of different form component we are creating.

Ressources

https://formkit.com/essentials/validation https://ui.nuxt.com/components/form

Acceptance Criteria

### Tasks
- [ ] https://github.com/globe-and-citizen/cnc-portal/issues/228
- [x] [Feature] Form Validation sytem
- [x] [Feature] Form Component