npm install @hookform/core
import{createFormControl}from'@hookform/core';const{ register, setValue }=createFormControl({defaultValues: {name: 'Bill',},});register('name',{required: true});setValue('name','test');
Thanks go to all our backers! [Become a backer].
Thanks go to these wonderful people! [Become a contributor].
