© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
CookieMC337

Unable to find component: [Filament\Widgets\WidgetConfiguration]

I have built a CustomView and am trying to include a view within my blade.php as it says in the docs. There I get this error...

In my Ressource File i added:

    public static function getWidgets(): array
    {
        return [
            ServerLineChart::class,
            ServerStats::class
        ];
    }
    public static function getWidgets(): array
    {
        return [
            ServerLineChart::class,
            ServerStats::class
        ];
    }


tryed to use that Widget in my View blade.php File:

<div>   @livewire(\App\Filament\Dashboard\Resources\RootServerResource\Widgets\ServerLineChart::make([
                            "record" => $this->record,
                            "title" => "CPU",
                        ]))
</div>
<div>   @livewire(\App\Filament\Dashboard\Resources\RootServerResource\Widgets\ServerLineChart::make([
                            "record" => $this->record,
                            "title" => "CPU",
                        ]))
</div>


https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view
image.png
Adding a widget to a Blade view - Widgets - Filament
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Unable to find component: [app.filament.widgets.office-overview]
FilamentFFilament / ❓┊help
13mo ago
Unable to find component: [app.filament.widgets.orders-to-schedule]
FilamentFFilament / ❓┊help
3y ago
Unable to find component: [app.filament.widgets.kickoff-property-table-widget]
FilamentFFilament / ❓┊help
2y ago
Unable to find component filament.livewire.notifications
FilamentFFilament / ❓┊help
3y ago