0.0.2 • Published 1 year ago

@hookform/core v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1 year ago

0.0.2-next.2

1 year ago

0.0.2-next.1

1 year ago

0.0.2-next.0

1 year ago

0.0.1

1 year ago