Can ViewComponent have child-components?

Viewed 93

I would like to have something like:

<vc:grid title="hello world">
    <vc:image-card img="/img/myimage.png" title="test"/>
    <vc:project-card title="test"/>
</vc:grid

Is this possible with .net core ViewComponents?

0 Answers
Related