*/ protected array $attributes = [ 'rows' => '5', 'class' => 'textarea', ]; public function render(): string { $content = $this->slot; $this->attributes['slot'] = 'textarea'; $textarea = form_textarea($this->attributes, $content); return <<{$textarea} HTML; } }