for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace A17\Twill\View\Components;
class Color extends TwillFormComponent
{
public function render()
return view('twill::partials.form._color');
}