# Popup Temporary window on top of current page ## Workflow: Adding popup to page 1. Add the popup to the start of the page: ``` html
``` 2. Make sure parent tag has `x-data`: ``` html
...
``` 3. Add an activator for popup to show: ``` html ``` ## Properties: Popup structure - `x-data` with popup state: ``` html
``` - Inside of `x-data` tag, the popup itself: ``` html
``` - Popup activator ``` html ``` ## Properties: Popup tag - `x-show="open"`: