© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
adic1040

Load custom LW component

Hi! I'm using Form Builder to just create a layout in Filament Page.
Is this the correct way to display custom Livewire component?
Card::make()
    ->schema([
        Placeholder::make('Cart')
            ->content(new HtmlString(Blade::render('@livewire(\'cart-component\')')))
    ])
Card::make()
    ->schema([
        Placeholder::make('Cart')
            ->content(new HtmlString(Blade::render('@livewire(\'cart-component\')')))
    ])
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

Load custom component inside action modal
FilamentFFilament / ❓┊help
2y ago
Custom component load form with dark theme
FilamentFFilament / ❓┊help
2y ago
Load custom vue js component to modalContent
FilamentFFilament / ❓┊help
3y ago
to update a field in one livewire component from another lw component.
FilamentFFilament / ❓┊help
15mo ago