Mantine form
@mantine/form package
contains the useForm hook that manages form state, validation, and submission.
The useForm hook is designed to be used with other Mantine libraries (@mantine/core, @mantine/dates, etc.)
– all Mantine inputs are compatible with useForm out of the box.
Installation
Usage
The @mantine/form package can be used in any web React application.
Although the package is designed to work with Mantine components, it can
be used with native inputs or any other form libraries – it is standalone
and does not have any dependencies except React.
Example of using the useForm hook to create a simple form:
License
MIT