Comment on page
👁

x-show

Overview

Update the element's visibility.

Example

<div x-show="displayMessage">
<div>Hello</div>
</div>

Live Demo