Skip to content

FormControl

Context wrapper for form inputs.

import { FormControl, FormLabel, FormHelperText } from '@truongdq01/ui';
<FormControl error>
<FormLabel>Email</FormLabel>
<FormHelperText>Invalid address</FormHelperText>
</FormControl>;
  • Refer to the component props in the API reference or source for advanced configuration.