install
This commit is contained in:
14
resources/views/vendor/filament/components/loading-section.blade.php
vendored
Normal file
14
resources/views/vendor/filament/components/loading-section.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@props([
|
||||
'columnSpan' => [],
|
||||
'columnStart' => [],
|
||||
'height' => null,
|
||||
])
|
||||
|
||||
<div
|
||||
{{
|
||||
($attributes ?? new \Illuminate\View\ComponentAttributeBag)
|
||||
->gridColumn($columnSpan, $columnStart)
|
||||
->class(['fi-section fi-loading-section'])
|
||||
->style(['height: ' . ($height ?? '8rem')])
|
||||
}}
|
||||
></div>
|
||||
Reference in New Issue
Block a user