Skip to content

[LiveComponent] Using turbo-frame  #2120

@xorgxx

Description

@xorgxx

Hi i'm trying to use turbo-frame in live-components :

Twig :

    <div class="container" >
            <twig:Sortable :class="class"/>
    </div>

<turbo-frame id="sortable-container">
    <div {{ attributes }}>
        ....
    </div>
</turbo-frame>

this it block all components logic, but if we use this way all is back

Twig :

    <div class="container" >
        <turbo-frame id="sortable-container">
            <twig:Sortable :class="class"/>
        </turbo-frame>
    </div>

   <div {{ attributes }}>
        ....
    </div>

can it be possible to use mix live-components with turbo-frame ?

Thank

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions