Skip to content

Repository files navigation

React Hook Form Logo - React hook custom hook for form validation

Install

npm install @hookform/core

Quickstart

import{createFormControl}from'@hookform/core';const{ register, setValue }=createFormControl({defaultValues: {name: 'Bill',},});register('name',{required: true});setValue('name','test');

Backers

Thanks go to all our backers! [Become a backer].

Contributors

Thanks go to these wonderful people! [Become a contributor].

About

Framework agnostic hook form core lib

Topics

Resources

Stars

123 stars

Watchers

3 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages