📄️ Register
When you register a field in react-form-krafter, it comes with a set of properties and methods that allow you to manage its behavior and state effectively.
📄️ Form
Forms are where the registered fields come together to create a user interface for data input.
📄️ Fields
Fields are the building blocks of your forms in react-form-krafter.
📄️ Hooks
Hooks can be used inside the form to access the form API.
📄️ List
Lists are a powerful feature in react-form-krafter that allow you to manage collections of items with ease. They provide a structured way to handle dynamic data inputs, such as adding or removing items from a list.