Open
Description
Hi,
This issue is a continuation of #2514.
I looked at how this was done for Laravel components. It uses an @aware
directive to pass props from a parent component to a child component. This also allows us to say which props will be accessible or not for children. This works for self closing tags but also for opening and closing tags.