Skip to content

Nesting components #11

@pbi7521

Description

@pbi7521

This is really a wonderful package. I just love it. Makes my life so much easier.

I was wondering if you could agree with the following : it would be nice to have the ability to nest components and use their inner_block slots "normally". At the present moment, that generates a recursion error.

Here is an example

`component1 :

{% render_slot slots.inner_block %}
`

`component2 :
{% component1 %}

Some dummy content I would like to show

{% render_slot slots.inner_block %} {% endcomponent1 %}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions