0.0.2 • Published 2 years ago
@hookform/core v0.0.2
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].
0.0.2
2 years ago
0.0.2-next.2
2 years ago
0.0.2-next.1
2 years ago
0.0.2-next.0
2 years ago
0.0.1
2 years ago