Skip to content

How to make a widget collapsible? #15163

Closed Answered by leandrocfe
cleargoal asked this question in Help
Discussion options

You must be logged in to vote
<x-filament::section
    collapsible
>
    <x-slot name="heading">
        User details
    </x-slot>

    <div>
        @livewire(App\Filament\Widgets\Widget1::class)
        @livewire(App\Filament\Widgets\Widget2::class)
    </div>

</x-filament::section>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cleargoal
Comment options

Answer selected by cleargoal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants