--- title: --- Similar to `` and ``, the `` element allows you to listen for events that fire on `document.body`. This is useful with the `mouseenter` and `mouseleave` events, which don't fire on `window`. Add the `mouseenter` and `mouseleave` handlers to the `` tag: ```svelte ```