Contains all Basic methods.
Template
field does not have a ready-made implementation and allows constructing a field using fluent interface during declaration.
use MoonShine\UI\Fields\Template;use MoonShine\UI\Fields\Text; Template::make() ->setLabel('My Field') ->fields([ Text::make('Title') ])
Recipe: HasOne through the Template Field.