© 2026 Hedgehog Software, LLC
<button wire:click.prevent="setValue({{ $i }})">
protected string $view = 'forms.components.star-rating'; protected int $value = 2; protected int $maxStars = 5; public function setValue(int $value): void { $this->value = $value; }