mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-17 17:45:55 +08:00
fix formatting
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
@props(['expanded' => false])
|
||||
@props([
|
||||
'expanded' => false,
|
||||
])
|
||||
|
||||
<div {{ $attributes->class(['bg-white shadow-xl rounded p-4 md:p-6', 'col-span-full' => $expanded]) }}>
|
||||
<div {{ $attributes->class([
|
||||
'bg-white shadow-xl rounded p-4 md:p-6',
|
||||
'col-span-full' => $expanded,
|
||||
]) }}>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user