# Popover Component

## Usage
```javascript
import { Popover } from "tailwindcss-stimulus-components"
application.register('popover', Popover)
```
```html
Hover me
This popover shows on hover
```
`data-popover-target="content"` defines which element will contain the actual content in the popover.
`data-popover-dismiss-after-value` can be provided to make the popover dimiss after x miliseconds. Default is `undefined`.