This is a Smooth FAQ Animations with Alpine.js by josuapsianturi. Component details
Frequently Asked Questions
What is x-data ?
Declare a new Alpine component and its data for a block of HTML
What is x-bind ?
Dynamically set HTML attributes on an element.
What is $store ?
Access a global store registered using Alpine.store(...)
What is x-on ?
Listen for browser events on an element