x-model
Synchronize a piece of data with an input element
Searching for:
x-show
Toggle the visibility of an element
...
x-transition
Transition an element in and out using CSS transitions
...
x-for
Repeat a block of HTML based on a data set
x-if
Conditionally add/remove a block of HTML from the page entirely
...
x-init
Run code when an element is initialized by Alpine
x-effect
Execute a script each time one of its dependancies change
x-ref
Reference elements directly by their specified keys using the $refs magic property
x-cloak
Hide a block of HTML until after Alpine is finished initializing its contents
...
x-ignore
Prevent a block of HTML from being initialized by Alpine