Skip to content
Discussion options

You must be logged in to vote

You van use x-on:resize.window

<div x-on:resize.window="isMobile = (window.innerWidth < 1024) ? true : false" class="example-block" x-data="{isMobile: (window.innerWidth < 1024) ? true : false}">
    <div x-show="isMobile">
      I see you're on mobile
    </div>
</div>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@broskees
Comment options

@SimoTod
Comment options

SimoTod Sep 29, 2021
Collaborator

Answer selected by broskees
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants