Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Using mouseenter and mouseleave events
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Aug 12, 2022
1 parent ff52b6d commit debd036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2 class="text-xl mb-2 mt-8">With remote content</h2>
<a
href="https://github.com/stimulus-components/stimulus-popover"
class="relative"
data-action="mouseover->popover#show mouseout->popover#hide"
data-action="mouseenter->popover#show mouseleave->popover#hide"
>
<span class="text-blue-600 no-underline hover:underline">GitHub</span></a
>
Expand All @@ -153,7 +153,7 @@ <h2 class="text-xl mb-2 mt-8">With local template</h2>
<a
href="https://github.com/stimulus-components/stimulus-popover"
class="relative"
data-action="mouseover->popover#show mouseout->popover#hide"
data-action="mouseenter->popover#show mouseleave->popover#hide"
>
<span class="text-blue-600 no-underline hover:underline">GitHub</span></a
>
Expand Down

0 comments on commit debd036

Please sign in to comment.