Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created February 27, 2020 18:28
Show Gist options
  • Save r3dm1ke/42c8f91ae0429c891ea3f305c63b455b to your computer and use it in GitHub Desktop.
Save r3dm1ke/42c8f91ae0429c891ea3f305c63b455b to your computer and use it in GitHub Desktop.
<div x-data="{name: ''}">
<input x-model="name" />
<p>Hello, <span x-text="name" /></p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment