This commit is contained in:
Rodolphe Marbot 2022-06-03 13:56:58 +02:00
parent bea29624ab
commit 81a9f68a22
58 changed files with 280 additions and 815 deletions

View file

@ -40,4 +40,12 @@
</li>
</ul>
</article>
<section>
<h2>Alpine JS Installed</h2>
<div x-data="{name:''}">
<label for="name">Name:</label>
<input id="name" type="text" x-model="name" />
<p><br><b><em>Output:</em></b> <span x-text="name"/></p>
</div>
</section>
</section>