Alpinejs nested components

by janzikmund

HTML

<div x-data="parent">
    <div x-data="child">
        <h1 x-text="title"></h1>
    </div>
</div>