attributes = $attributes; return $this; } protected function getAttributes(): ComponentAttributeBag { return new ComponentAttributeBag($this->attributes ?? []); } }