import { Meta } from "@storybook/blocks";
# React Hook Form Macaw
Package contains ready to use bindings to use Macaw with the React Hook Library.
To use it with forms, pass `control` object to the input as in example:
```ts
const { control } = useForm();
;
```
Components will respect default values and error states set by the RHF.