8000 GitHub - react-hook-form/core: Framework agnostic hook form core lib
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

react-hook-form/core

Repository files navigation

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

License

Stars

Watchers

Forks

< 519A div class="BorderGrid-cell">

Releases 1

Version 0.0.2 Latest
Feb 13, 2023

Packages

No packages published
0