Skip to main content
You are currently viewing the documentation for Filament 3.x, which is a previous version of Filament.Looking for the current stable version? Visit the 5.x documentation.

Overview

Since widgets are Livewire components, you can easily render a widget in any Blade view using the @livewire directive:
<div>
    @livewire(\App\Livewire\Dashboard\PostsChart::class)

Sponsored by