Option
class Option extends Component
Option Component (data-only).
Declarative child of Select — pushes normalized option data to Select::$pendingSlotOptions during Blade slot evaluation. Renders nothing.
Usage:
Methods
__construct(string $value, string|null $label = null, string|null $icon = null, string|null $avatar = null, string|null $description = null)
No description
Details
at line 29
__construct(string $value, string|null $label = null, string|null $icon = null, string|null $avatar = null, string|null $description = null)
No description
at line 48
Closure
render()
Render nothing — this is a data-only component.