epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.34k stars 324 forks source link

feat: form-field component #4190

Closed m0ksem closed 2 months ago

m0ksem commented 2 months ago

Component used to build own components integrated with Vuestic validation system.

Actually, in future I think we might expose useValidation composable. But we also need a component. Maybe in future we should use it in components like VaInput, VaCheckbox, etc.