Form Types
There are different types of form components
Various ways to create Form Components
Manually creating forms
Extend the TallFormComponent
TallFormComponentuse Tanthammar\TallForms\TallFormComponent;
class SomeComponent extends TallFormComponent
{
//
}Or, add the TallForm trait
TallForm traitLast updated
Was this helpful?