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\')')))
    ])
Was this page helpful?