x-data Declare a new Alpine component and its data for a block of HTML
...
x-bind Dynamically set HTML attributes on an element
...
x-on Listen for browser events on an element x-text Set the text content of an element
Copyright ©
x-html Set the inner HTML of an element
...
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
...