Open your page in a browser — localhost, staging, or production. Navigate to the component you want to capture and trigger the specific state you want in Figma: open the dropdown menu, expand the accordion panel, select a tab, open the modal, or fill the form.
Alpine.js updates the DOM directly when state changes — there's no re-render cycle or virtual DOM diffing. What you see in the browser is exactly what's in the Elements panel. Each state you want in Figma requires its own copy — capture the open state and the closed state separately.