@hookform/core
v0.0.2
Published
<div align="center"> <a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation"> <img src="https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/logo.png" alt="React Hook Form
Downloads
13
Readme
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].