What is Trident?
Trident is a small group of React components built on top of Eufemia for creating forms that need to be filled in a sequence of steps. It helps with the following:
- Defining a form declaratively
- Setting default values for the form fields
- Keeping track of form values
- Validating when values change
- Handling form submission
By focusing on the above, Trident simplifies form state handling and produces consistent user experiences.