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.

View|Closure|string
render()

Get the view / contents that represent the component.

Details

at line 30
__construct(string|null $customView = null)

Create a new Loading component instance.

Parameters

string|null $customView

Custom view path.

Blade Props

Slots

at line 40
View|Closure|string render()

Get the view / contents that represent the component.

Return Value

View|Closure|string