Import
import { useForm } from 'react-hook-form';import {Form,FormControl,Radio,Checkbox,Select,Textarea,TextInput,} from '@contentful/f36-forms';
Examples
Example of integration with register()
Example of integration with useController
First, it's necessary to create a controlled component which will use the useController hook and pass its props to the Forma 36 component. Then you use this controlled component in your form: