Loading
class Loading extends Component
Loading component.
Wrapper around Livewire loading indicators.
Properties
| string|null | $customView | Custom view for the loading state. |
Methods
__construct(string|null $customView = null)
Create a new Loading component instance.
Details
at line 30
__construct(string|null $customView = null)
Create a new Loading component instance.
at line 40
View|Closure|string
render()
Get the view / contents that represent the component.