for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Lagdo\UiBuilder\Component\Base;
use Lagdo\UiBuilder\Component\HtmlComponent;
class ButtonGroupComponent extends HtmlComponent
{
/**
* @var string
*/
public static string $tag = 'div';
* @return static
public function fullWidth(): static
return $this;
}