# Options

The `options` parameter is an object of options.

Available options are:

```js
{
  // The event to show the tag
  show: 'mouseenter',
  // The event to hide the tag
  hide: 'mouseleave',
}
```
